summaryrefslogtreecommitdiffstats
path: root/pod/urpme.8.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-30 14:08:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-30 14:08:58 +0000
commit09a262ab8ddc7d2143d1c41c9245fea70762e812 (patch)
tree541a3f67ed5647a11af501ec63e56860df6336b3 /pod/urpme.8.pod
parent97e67d70000e27989a7d46da152ca45999d6c227 (diff)
downloadurpmi-09a262ab8ddc7d2143d1c41c9245fea70762e812.tar
urpmi-09a262ab8ddc7d2143d1c41c9245fea70762e812.tar.gz
urpmi-09a262ab8ddc7d2143d1c41c9245fea70762e812.tar.bz2
urpmi-09a262ab8ddc7d2143d1c41c9245fea70762e812.tar.xz
urpmi-09a262ab8ddc7d2143d1c41c9245fea70762e812.zip
Manpage formatting nits
Diffstat (limited to 'pod/urpme.8.pod')
-rw-r--r--pod/urpme.8.pod9
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod
index e7810263..f0d4723d 100644
--- a/pod/urpme.8.pod
+++ b/pod/urpme.8.pod
@@ -4,14 +4,15 @@ urpme - rpm deinstaller
=head1 SYNOPSIS
- urpme [options] [package_names]
+ urpme [options] [package_name...]
=head1 DESCRIPTION
urpme allow packages to be deinstalled,
including all their dependencies. I<package_names> must have one of the forms
-I<name>, I<name-version>, I<name-version-release>, or I<name-version-release.architecture>.
-If you want to specify packages more broadly, use the B<-a> option.
+I<name>, I<name-version>, I<name-version-release>, or
+I<name-version-release.architecture>. If you want to specify packages more
+broadly, use the B<-a> option.
=head1 OPTIONS
@@ -46,7 +47,7 @@ Force invocation even if some packages do not exist.
Activate distributed execution of urpmi to other machines (it is mandatory
that urpmi is installed, but it is not necessary to have media defined on
any machines). I<alias> defines which extension module is to be used by
-urpmi (currently, B<urpmi-parallel-ka-run> or B<urpmi-parallel-ssh> are
+urpmi (currently, urpmi-parallel-ka-run or urpmi-parallel-ssh are
available) and which machines should be updated. This alias is defined in
the file F</etc/urpmi/parallel.cfg> as described below.