diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-15 13:35:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-15 13:35:58 +0000 |
commit | 10fab33bd78df1805cfc7cec20674676d66c74d9 (patch) | |
tree | f137e42102ab0b1110a0174a8f838473553fab96 /pod/urpmi.removemedia.8.pod | |
parent | a4ec26e4d6e4d3770f76f74d9b2244c9eede2073 (diff) | |
download | urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.gz urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.bz2 urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.xz urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.zip |
Add pod versions of the manpages, bound to replace the nroff ones
Diffstat (limited to 'pod/urpmi.removemedia.8.pod')
-rw-r--r-- | pod/urpmi.removemedia.8.pod | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pod/urpmi.removemedia.8.pod b/pod/urpmi.removemedia.8.pod new file mode 100644 index 00000000..a0de5a6b --- /dev/null +++ b/pod/urpmi.removemedia.8.pod @@ -0,0 +1,36 @@ +=head1 NAME + +urpmi.removemedia - remove a rpm media from the known media of urpmi + +=head1 SYNOPSIS + + urpmi.removemedia [options] names + +=head1 DESCRIPTION + +urpmi.removemedia removes from all configuration files all references to +the named media and to rpms from that media. <I<names>> is a list of names +you first told to urpmi.addmedia. + +=head1 OPTIONS + +=over + +=item B<-a> + +Select and remove all media. + +=item B<-c> + +Clean header cache directory (F</var/cache/urpmi/headers>). + +=back + +=head1 SEE ALSO + +urpmi(8), urpmi.addmedia(8), urpmi.update(8). + +=head1 AUTHOR + +Pascal Rigaux (original author), FranE<ccedil>ois Pons, +Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer) |