diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-21 01:38:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-21 01:38:48 +0000 |
commit | 9154ada82896a490a627e2d21e8d181890969161 (patch) | |
tree | 8c4332862c9bfc542acd0fb526111b9dc63c81a9 /man/C | |
parent | be8cb30b17349ecba901b4f256c3c64bb7903fd1 (diff) | |
download | urpmi-9154ada82896a490a627e2d21e8d181890969161.tar urpmi-9154ada82896a490a627e2d21e8d181890969161.tar.gz urpmi-9154ada82896a490a627e2d21e8d181890969161.tar.bz2 urpmi-9154ada82896a490a627e2d21e8d181890969161.tar.xz urpmi-9154ada82896a490a627e2d21e8d181890969161.zip |
Clarify syntax of skip.list
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmi.files.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/C/urpmi.files.5 b/man/C/urpmi.files.5 index 8f8583d2..d1177c91 100644 --- a/man/C/urpmi.files.5 +++ b/man/C/urpmi.files.5 @@ -48,7 +48,8 @@ parameter list like "-c ssh -m node1 -m node2" for \fBka-run\fP extension or The list of packages that should not be automatically updated when using --auto-select. It contains one package expression per line; either a package name, or a regular expression (if enclosed in slashes \fB/\fP) to match the -name of packages against. +name of packages against. (Actually, it's matched against the full name +of the package, which has the form \fBname-version-release.arch\fP.) .TP .FN /etc/urpmi/inst.list The list of packages that should be installed instead of updated. It has |