diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-05-03 07:30:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-05-03 07:30:05 +0000 |
commit | 616b5eee356d43b1817212132b6ec70d6977b16f (patch) | |
tree | e980b5a5dedd8fc208ed21b190c3f4f45e5679b5 /man/C/urpmi.8 | |
parent | e613566694633ec89870f0284588f5f8f69c5991 (diff) | |
download | urpmi-616b5eee356d43b1817212132b6ec70d6977b16f.tar urpmi-616b5eee356d43b1817212132b6ec70d6977b16f.tar.gz urpmi-616b5eee356d43b1817212132b6ec70d6977b16f.tar.bz2 urpmi-616b5eee356d43b1817212132b6ec70d6977b16f.tar.xz urpmi-616b5eee356d43b1817212132b6ec70d6977b16f.zip |
Update manpages about the skip.list and inst.list files
Diffstat (limited to 'man/C/urpmi.8')
-rw-r--r-- | man/C/urpmi.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 4515bd75..5b580b92 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -190,13 +190,15 @@ a symbolic name, \fB<interface>\fP can be \fBka-run\fP or \fBssh\fP, extension. .TP .FN /etc/urpmi/skip.list -Contains package expressions that should not be automatically updated. The -format is a list of provide of package (or regular expression if bounded by -slashes \fB/\fP) with optional operator and version string, or regular -expression to match the fullname of packages too. +The list of packages the should not be automatically updated when using +--auto-select. It contains one package expression per line; either a package +name followed by an optional operator and version string, or a regular +expression (if bounded by slashes \fB/\fP) to match the fullname of packages +against. .TP .FN /etc/urpmi/inst.list -Contains package names that should be installed instead of updated. +The list of packages that should be installed instead of updated. It has +the same format as the skip.list. .SH EXIT CODES .IP 1 Command line inconsistency. |