summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/pkgtools/manpages')
-rw-r--r--source/a/pkgtools/manpages/installpkg.86
-rw-r--r--source/a/pkgtools/manpages/removepkg.86
-rw-r--r--source/a/pkgtools/manpages/upgradepkg.89
3 files changed, 21 insertions, 0 deletions
diff --git a/source/a/pkgtools/manpages/installpkg.8 b/source/a/pkgtools/manpages/installpkg.8
index 3a0e2a2c3..9b0cd9fe7 100644
--- a/source/a/pkgtools/manpages/installpkg.8
+++ b/source/a/pkgtools/manpages/installpkg.8
@@ -16,6 +16,9 @@ installpkg \- install Slackware packages.
.B \--warn
]
[
+.B \--dry-run
+]
+[
.B \--md5sum
]
[
@@ -63,6 +66,9 @@ Generate a list of files that would be overwritten to the standard output, but d
not actually install the package. The list is formatted in a suitable fashion to
use as a list of files to backup.
.TP
+.B \--dry-run packagename
+This option does the same thing as --warn.
+.TP
.B \--md5sum packagename
Record the package md5sum in the metadata written in /var/lib/pkgtools/packages.
.TP
diff --git a/source/a/pkgtools/manpages/removepkg.8 b/source/a/pkgtools/manpages/removepkg.8
index f9b1b9322..25a66dcaa 100644
--- a/source/a/pkgtools/manpages/removepkg.8
+++ b/source/a/pkgtools/manpages/removepkg.8
@@ -36,6 +36,9 @@ removepkg \- remove Slackware packages.
[
.B \--warn
]
+[
+.B \--dry-run
+]
.BI packagename
.SH DESCRIPTION
.B removepkg
@@ -112,6 +115,9 @@ Remove the package displaying only a single description line to stdout.
.B \--warn packagename
Generate a report to the standard output about which files and directories
would be removed, but does not actually remove the package.
+.TP
+.B \--dry-run packagename
+This option does the same thing as --warn.
.SH " "
It's possible to remove a package from a filesystem
other than / by supplying
diff --git a/source/a/pkgtools/manpages/upgradepkg.8 b/source/a/pkgtools/manpages/upgradepkg.8
index 757d60031..73f204af1 100644
--- a/source/a/pkgtools/manpages/upgradepkg.8
+++ b/source/a/pkgtools/manpages/upgradepkg.8
@@ -16,6 +16,9 @@ upgradepkg \- upgrade Slackware packages.
.B --dry-run
]
[
+.B --warn
+]
+[
.B --install-new
]
[
@@ -38,6 +41,9 @@ upgradepkg \- upgrade Slackware packages.
.B --dry-run
]
[
+.B --warn
+]
+[
.B --install-new
]
[
@@ -84,6 +90,9 @@ ROOT=/mnt upgradepkg package.txz (or .tbz, .tgz, .tlz)
Output a report about which packages would be installed or upgraded
but don't actually perform the upgrades.
.TP
+.B \--warn
+This option does the same thing as --warn.
+.TP
.B \--install-new
Normally upgradepkg only upgrades packages that are already installed on the system, and
will skip any packages that do not already have a version installed.