diff options
author | Camille Begnis <camille@mandriva.com> | 2000-02-29 23:30:42 +0000 |
---|---|---|
committer | Camille Begnis <camille@mandriva.com> | 2000-02-29 23:30:42 +0000 |
commit | 0e8bb1cf4662740b91851fe23b54aeed98d171ac (patch) | |
tree | ebae9328831089b2d03bc46b9fd72e116e9db1d8 | |
parent | 6652211862af8d83822ed33d804b37b0462063f9 (diff) | |
download | urpmi-0e8bb1cf4662740b91851fe23b54aeed98d171ac.tar urpmi-0e8bb1cf4662740b91851fe23b54aeed98d171ac.tar.gz urpmi-0e8bb1cf4662740b91851fe23b54aeed98d171ac.tar.bz2 urpmi-0e8bb1cf4662740b91851fe23b54aeed98d171ac.tar.xz urpmi-0e8bb1cf4662740b91851fe23b54aeed98d171ac.zip |
Added two man pages for rpmf and urpmi.update
-rw-r--r-- | autoirpm.8 | 2 | ||||
-rw-r--r-- | urpmi.8 | 13 | ||||
-rw-r--r-- | urpmi.addmedia.8 | 10 | ||||
-rw-r--r-- | urpmi.removemedia.8 | 3 |
4 files changed, 16 insertions, 12 deletions
@@ -1,4 +1,4 @@ -.TH autoirpm 8 "22 Nov 1999" "Mandrakesoft" "Linux-Mandrake" +.TH autoirpm 8 "29 Feb 2000" "Mandrakesoft" "Linux-Mandrake" .IX autoirpm .SH NAME autoirpm \- auto installs the RPM matching your command @@ -1,18 +1,17 @@ -.TH urpmi 8 "18 Nov 1999" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi 8 "29 Feb 2000" "Mandrakesoft" "Linux-Mandrake" .IX urpmi .SH NAME urpmi \- rpm wrapper making installs easier for the user .SH SYNOPSIS .B urpmi -[--auto] -[-a] +[options] package_name [package_names...] .SH DESCRIPTION urpmi enables non-superuser install of rpms. In fact, it only authorizes well-known rpms to be installed. -You can compare rpm vs urpmi with insmod vs modprobe or dpkg vs apt-get +You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs apt-get .PP All users belonging to group urpmi are allowed to install packages. .br @@ -38,8 +37,8 @@ To install all available menu entries of all known packages, use autoirpm-icons. .SH OPTION .IP "\fB\--auto\fP" installs all required dependencies without asking. -.IP "\fB\-a\fP" -if multiple packages match the substring given, take them all +> .IP "\fB\-a\fP" +> if multiple packages match the substring given, take them all .SH FILES /usr/bin/urpmi .br @@ -66,11 +65,13 @@ A simple text file containning all dependencies of all known packages. The same but in html format, user readable. .SH "SEE ALSO" urpmi.addmedia(8), +urpmi.update(8), urpmi.removemedia(8), urpmi.update(8), autoirpm(8), autoirpm-icons(8), gurpmi(8), +rpmf(8), rpmdrake(8) .SH AUTHOR Pascal Rigaux, Mandrakesoft diff --git a/urpmi.addmedia.8 b/urpmi.addmedia.8 index c460536b..ebe72550 100644 --- a/urpmi.addmedia.8 +++ b/urpmi.addmedia.8 @@ -1,4 +1,4 @@ -.TH urpmi.addmedia 8 "18 Nov 1999" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi.addmedia 8 "29 Feb 2000" "Mandrakesoft" "Linux-Mandrake" .IX urpmi.addmedia .SH NAME urpmi.addmedia \- adds a new rpms media for use with urpmi @@ -19,12 +19,12 @@ Where <\fIname\fP> is your reference for the media (e.g. MandrakeUpdate). <\fIhost\fP>/<\fIpath\fP> is the location of the rpm directory on the net. .br <\fIrelative path of hdlist\fP> is the pathname where to find the hdlist of the rpms. The location is given relative to <\fIpath\fP>. +.nf +eg: urpmi.addmedia ftp ftp://a:a@leia//export/Mandrake/RPMS with ../base/hdlist +.fi .br .IP "\fB urpmi.addmedia <\fIname\fP> ftp://<\fIlogin\fP>:<\fIuser\fP>@<\fIhost\fP>/<\fIpath\fP> with <\fIrelative path of hdlist\fP>\fP" The same as for http, just add your login and user if required (Note that you needn't to specify anonymous as login for anonymous access ftp servers). -.nf -eg: urpmi.addmedia ftp ftp://a:a@leia//export/Mandrake/RPMS with ../base/hdlist -.fi .PP Local drive or NFS: .br @@ -67,10 +67,12 @@ A simple text file containing all dependencies of all known packages. The same but in html format, user readable. .SH "SEE ALSO" urpmi(8), +urpmi.update(8), urpmi.removemedia(8), autoirpm(8), autoirpm-icons(8), gurpmi(8), +rpmf(8), rpmdrake(8) .SH AUTHOR Pascal Rigaux, Mandrakesoft diff --git a/urpmi.removemedia.8 b/urpmi.removemedia.8 index b53bde82..09dad38c 100644 --- a/urpmi.removemedia.8 +++ b/urpmi.removemedia.8 @@ -1,4 +1,4 @@ -.TH urpmi.removemedia 8 "18 Nov 1999" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi.removemedia 8 "29 Feb 2000" "Mandrakesoft" "Linux-Mandrake" .IX urpmi.removemedia .SH NAME urpmi.removemedia \- remove a rpms media from the known medias of urpmi @@ -39,6 +39,7 @@ urpmi.addmedia(8), autoirpm(8), autoirpm-icons(8), gurpmi(8), +rpmf(8), rpmdrake(8) .SH AUTHOR Pascal Rigaux, Mandrakesoft |