Mageia Bugzilla – Attachment 5636 Details for
Bug 10726
urpmi man-pages: name long and short options in same line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
0002-Correct-white-space-errors-in-pod-files.patch
0002-Correct-white-space-errors-in-pod-files.patch (text/plain), 2.86 KB, created by
Hartmut Goebel
on 2014-11-25 01:09:02 CET
(
hide
)
Description:
0002-Correct-white-space-errors-in-pod-files.patch
Filename:
MIME Type:
Creator:
Hartmut Goebel
Created:
2014-11-25 01:09:02 CET
Size:
2.86 KB
patch
obsolete
>From efb9a577a99722d5e2bbcd218a2f88e513b04730 Mon Sep 17 00:00:00 2001 >From: Hartmut Goebel <h.goebel@crazy-compilers.com> >Date: Mon, 24 Nov 2014 23:23:02 +0100 >Subject: [PATCH 2/6] Correct white-space errors in pod-files. > >In Englich, there is no space in front of colons. >--- > pod/8/urpmf.pod | 2 +- > pod/8/urpmi.pod | 2 +- > pod/8/urpmihowto.pod | 12 ++++++------ > 3 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/pod/8/urpmf.pod b/pod/8/urpmf.pod >index 77759aa..54e6314 100644 >--- a/pod/8/urpmf.pod >+++ b/pod/8/urpmf.pod >@@ -267,7 +267,7 @@ line. > =head1 EXAMPLE > > This command will list all C<perl-Apache> modules, and list them along >-with the media in which they're been found, nicely indented : >+with the media in which they're been found, nicely indented: > > urpmf --qf '%-30name is found in media %media' perl-Apache > >diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod >index a66c6fb..ce90199 100644 >--- a/pod/8/urpmi.pod >+++ b/pod/8/urpmi.pod >@@ -517,7 +517,7 @@ Some packages couldn't be installed or upgraded > > =head1 BUG REPORTS > >-If you find a bug in urpmi please report it using the command : >+If you find a bug in urpmi please report it using the command: > > urpmi --bug bug_name_as_directory <other arguments> > >diff --git a/pod/8/urpmihowto.pod b/pod/8/urpmihowto.pod >index e1e3edf..de50a4d 100644 >--- a/pod/8/urpmihowto.pod >+++ b/pod/8/urpmihowto.pod >@@ -44,7 +44,7 @@ urpmi can also help installing RPM files directly. Instead of using > C<rpm -i foobar.rpm>, you can pass the path to the rpm file to urpmi: it > will then try to resolve the needed dependencies. > >-Useful options to urpmi include : >+Useful options to urpmi include: > > =over 4 > >@@ -206,7 +206,7 @@ in packages, but a variety of options allows to search through package > names, provides, requires, RPM descriptions, etc. (or several of those at > once.) > >-For example, to find all packages that begin with "apache-" : >+For example, to find all packages that begin with "apache-": > > urpmf --name '^apache-' > >@@ -214,12 +214,12 @@ For example, to find all packages that begin with "apache-" : > expressions.) > > To find all packages that contain files whose pathname includes >-/etc/httpd.conf.d : >+/etc/httpd.conf.d: > > urpmf /etc/httpd.conf.d > > To find all packages that provide "mail-server", with their version and >-release number (-f) : >+release number (-f): > > urpmf --provides -f mail-server > >@@ -266,7 +266,7 @@ urpmi on the machine to do the actual installation. > urpmi must be installed on all client machines, but it is not necessary to > have media defined on these. > >-To use it, follow those steps : >+To use it, follow those steps: > > =over 4 > >@@ -297,7 +297,7 @@ this list. > > =item * > >-Run the urpmi command : for example, to install "package_name" : >+Run the urpmi command: for example, to install "package_name": > > urpmi --parallel mynetwork package_name > >-- >1.8.4.5 >
From efb9a577a99722d5e2bbcd218a2f88e513b04730 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel <h.goebel@crazy-compilers.com> Date: Mon, 24 Nov 2014 23:23:02 +0100 Subject: [PATCH 2/6] Correct white-space errors in pod-files. In Englich, there is no space in front of colons. --- pod/8/urpmf.pod | 2 +- pod/8/urpmi.pod | 2 +- pod/8/urpmihowto.pod | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pod/8/urpmf.pod b/pod/8/urpmf.pod index 77759aa..54e6314 100644 --- a/pod/8/urpmf.pod +++ b/pod/8/urpmf.pod @@ -267,7 +267,7 @@ line. =head1 EXAMPLE This command will list all C<perl-Apache> modules, and list them along -with the media in which they're been found, nicely indented : +with the media in which they're been found, nicely indented: urpmf --qf '%-30name is found in media %media' perl-Apache diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index a66c6fb..ce90199 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -517,7 +517,7 @@ Some packages couldn't be installed or upgraded =head1 BUG REPORTS -If you find a bug in urpmi please report it using the command : +If you find a bug in urpmi please report it using the command: urpmi --bug bug_name_as_directory <other arguments> diff --git a/pod/8/urpmihowto.pod b/pod/8/urpmihowto.pod index e1e3edf..de50a4d 100644 --- a/pod/8/urpmihowto.pod +++ b/pod/8/urpmihowto.pod @@ -44,7 +44,7 @@ urpmi can also help installing RPM files directly. Instead of using C<rpm -i foobar.rpm>, you can pass the path to the rpm file to urpmi: it will then try to resolve the needed dependencies. -Useful options to urpmi include : +Useful options to urpmi include: =over 4 @@ -206,7 +206,7 @@ in packages, but a variety of options allows to search through package names, provides, requires, RPM descriptions, etc. (or several of those at once.) -For example, to find all packages that begin with "apache-" : +For example, to find all packages that begin with "apache-": urpmf --name '^apache-' @@ -214,12 +214,12 @@ For example, to find all packages that begin with "apache-" : expressions.) To find all packages that contain files whose pathname includes -/etc/httpd.conf.d : +/etc/httpd.conf.d: urpmf /etc/httpd.conf.d To find all packages that provide "mail-server", with their version and -release number (-f) : +release number (-f): urpmf --provides -f mail-server @@ -266,7 +266,7 @@ urpmi on the machine to do the actual installation. urpmi must be installed on all client machines, but it is not necessary to have media defined on these. -To use it, follow those steps : +To use it, follow those steps: =over 4 @@ -297,7 +297,7 @@ this list. =item * -Run the urpmi command : for example, to install "package_name" : +Run the urpmi command: for example, to install "package_name": urpmi --parallel mynetwork package_name -- 1.8.4.5
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10726
:
5635
| 5636 |
5637
|
5638
|
5639
|
5640
|
5641