summaryrefslogtreecommitdiffstats
path: root/pod/8/urpmihowto.pod
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2014-11-24 23:23:02 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-25 19:35:04 +0100
commit9d7185058d9c7e95e960a389a8827272ee79e205 (patch)
tree040fcb89ce72c3ad37225491e838bcb1c84535f0 /pod/8/urpmihowto.pod
parent49d713c14136634dab5bd51e0c8f588410a58697 (diff)
downloadurpmi-9d7185058d9c7e95e960a389a8827272ee79e205.tar
urpmi-9d7185058d9c7e95e960a389a8827272ee79e205.tar.gz
urpmi-9d7185058d9c7e95e960a389a8827272ee79e205.tar.bz2
urpmi-9d7185058d9c7e95e960a389a8827272ee79e205.tar.xz
urpmi-9d7185058d9c7e95e960a389a8827272ee79e205.zip
Correct white-space errors in pod-files.
In Englich, there is no space in front of colons.
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