diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2014-11-24 23:06:38 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-11-25 19:35:03 +0100 |
commit | 49d713c14136634dab5bd51e0c8f588410a58697 (patch) | |
tree | 91a3b5abeea51e9528d7c93ca1a7a494668c208c | |
parent | fb3a04bde2a7e2c89569e6c274456f61aff193db (diff) | |
download | urpmi-49d713c14136634dab5bd51e0c8f588410a58697.tar urpmi-49d713c14136634dab5bd51e0c8f588410a58697.tar.gz urpmi-49d713c14136634dab5bd51e0c8f588410a58697.tar.bz2 urpmi-49d713c14136634dab5bd51e0c8f588410a58697.tar.xz urpmi-49d713c14136634dab5bd51e0c8f588410a58697.zip |
Minor markup improvements
-rw-r--r-- | pod/8/urpme.pod | 6 | ||||
-rw-r--r-- | pod/8/urpmihowto.pod | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pod/8/urpme.pod b/pod/8/urpme.pod index eead9f78..158a6957 100644 --- a/pod/8/urpme.pod +++ b/pod/8/urpme.pod @@ -99,17 +99,17 @@ See urpmi.files(5). =over -=item 0 +=item C<0> Success; or nothing was found to remove; or the user cancelled the whole operation. -=item 1 +=item C<1> Command line inconsistency, invocation failure (you are not root), or packages not found. -=item 2 +=item C<2> Removal of packages failed. diff --git a/pod/8/urpmihowto.pod b/pod/8/urpmihowto.pod index e1e3edf5..b6d84343 100644 --- a/pod/8/urpmihowto.pod +++ b/pod/8/urpmihowto.pod @@ -48,17 +48,17 @@ Useful options to urpmi include : =over 4 -=item --auto +=item B<--auto> automatic mode: urpmi will not ask questions and always select the default choice. -=item --test +=item B<--test> tests the installation of packages, but do not actually install anything or modify the system. -=item --media I<media1,...,mediaN> +=item B<--media> I<media1,...,mediaN> Use only the specified media, instead of defaulting to all available media. You can also specify a substring of media names, and urpmi will |