summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-03 07:30:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-03 07:30:05 +0000
commit616b5eee356d43b1817212132b6ec70d6977b16f (patch)
treee980b5a5dedd8fc208ed21b190c3f4f45e5679b5 /man
parente613566694633ec89870f0284588f5f8f69c5991 (diff)
downloadurpmi-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')
-rw-r--r--man/C/urpme.812
-rw-r--r--man/C/urpmf.812
-rw-r--r--man/C/urpmi.812
-rw-r--r--man/C/urpmi.addmedia.812
-rw-r--r--man/C/urpmi.removemedia.812
-rw-r--r--man/C/urpmi.update.812
-rw-r--r--man/C/urpmq.812
7 files changed, 49 insertions, 35 deletions
diff --git a/man/C/urpme.8 b/man/C/urpme.8
index 00ed45f3..0a2dfcdc 100644
--- a/man/C/urpme.8
+++ b/man/C/urpme.8
@@ -65,13 +65,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.
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8
index cdbdd173..07863f85 100644
--- a/man/C/urpmf.8
+++ b/man/C/urpmf.8
@@ -122,13 +122,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 "SEE ALSO"
\fIurpmi.addmedia\fP(8),
\fIurpmi.update\fP(8),
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.
diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8
index c9ec9398..70121d17 100644
--- a/man/C/urpmi.addmedia.8
+++ b/man/C/urpmi.addmedia.8
@@ -150,13 +150,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 "SEE ALSO"
\fIurpmi\fP(8),
\fIurpmi.update\fP(8),
diff --git a/man/C/urpmi.removemedia.8 b/man/C/urpmi.removemedia.8
index 3c238dbe..414ac9db 100644
--- a/man/C/urpmi.removemedia.8
+++ b/man/C/urpmi.removemedia.8
@@ -51,13 +51,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 "SEE ALSO"
\fIurpmi\fP(8),
\fIurpmi.addmedia\fP(8),
diff --git a/man/C/urpmi.update.8 b/man/C/urpmi.update.8
index ee6d86e4..d1b1d426 100644
--- a/man/C/urpmi.update.8
+++ b/man/C/urpmi.update.8
@@ -71,13 +71,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 "SEE ALSO"
\fIurpmi\fP(8),
\fIurpmi.addmedia\fP(8),
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8
index a6b69b90..0a53a8b9 100644
--- a/man/C/urpmq.8
+++ b/man/C/urpmq.8
@@ -148,13 +148,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 SEE ALSO
\fIurpmi.addmedia\fP(8),
\fIurpmi.update\fP(8),