summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pod/8/urpmf.pod2
-rw-r--r--pod/8/urpmi.pod2
-rw-r--r--pod/8/urpmihowto.pod12
3 files changed, 8 insertions, 8 deletions
diff --git a/pod/8/urpmf.pod b/pod/8/urpmf.pod
index 77759aa9..54e6314b 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 a66c6fb8..ce90199f 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 b6d84343..8a4533a2 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