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 | |
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')
-rw-r--r-- | pod/urpme.8.pod | 14 | ||||
-rw-r--r-- | pod/urpmi.8.pod | 12 |
2 files changed, 10 insertions, 16 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> diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index eba80b89..bdcb0240 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -389,8 +389,7 @@ Urpmi database locked. =item 8 -Unable to -create bug report. +Unable to create bug report. =item 9 @@ -435,11 +434,6 @@ be resolved. For sending the report, make a tarball of this directory and send it directly to the current maintainer with a description of what you think is wrong. -=head1 BUGS - -When a package is removed, it may not be replaced -with an older version. - =head1 AUTHOR Pascal Rigaux (original author), FranE<ccedil>ois Pons, @@ -447,5 +441,5 @@ Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer) =head1 SEE ALSO -urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpmf(8), -urpmq(8), urpmi.cfg(5), urpmi.files(5). +urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpme(8), +urpmf(8), urpmq(8), urpmi.cfg(5), urpmi.files(5). |