diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-03 09:01:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-03 09:01:50 +0000 |
commit | 8636c2848a593aca9c4477f4ff53603b3f995fbe (patch) | |
tree | 3e53338615af2ec65927c6cb587e52bf41f1cb93 /pod/urpme.8.pod | |
parent | 1461cc908d9942e5d8979812d56d867a78b6ea71 (diff) | |
download | urpmi-8636c2848a593aca9c4477f4ff53603b3f995fbe.tar urpmi-8636c2848a593aca9c4477f4ff53603b3f995fbe.tar.gz urpmi-8636c2848a593aca9c4477f4ff53603b3f995fbe.tar.bz2 urpmi-8636c2848a593aca9c4477f4ff53603b3f995fbe.tar.xz urpmi-8636c2848a593aca9c4477f4ff53603b3f995fbe.zip |
Add urpme in urpmi manpage / see also. Remove misleading BUGS section in urpmi
manpage. Minor fixes and additions in urpme manpage.
Diffstat (limited to 'pod/urpme.8.pod')
-rw-r--r-- | pod/urpme.8.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index acfcec1c..1bf956f4 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -8,11 +8,10 @@ urpme - rpm deinstaller =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. +urpme allows 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. =head1 OPTIONS @@ -44,8 +43,9 @@ Force invocation even if some packages do not exist. =item B<--noscripts> -Don't execute the scriptlets. -This is equivalent to B<rpm --noscripts>. +Don't execute the scriptlets. This is equivalent to B<rpm --noscripts>. +This can be useful to remove packages where uninstall scriptlets fail for +some reason. =item B<--parallel> I<alias> |