summaryrefslogtreecommitdiffstats
path: root/pod/8/urpmihowto.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/8/urpmihowto.pod')
-rw-r--r--pod/8/urpmihowto.pod12
1 files changed, 6 insertions, 6 deletions
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