From 8f8e3bef10d928445727b2d843e5d040c8aaaa03 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Mon, 20 Jun 2022 00:20:27 +0300 Subject: [PATCH] Update manpage for --purge option --- docs/spkg.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/spkg.8 b/docs/spkg.8 index ebffccb..20e7f3f 100644 --- a/docs/spkg.8 +++ b/docs/spkg.8 @@ -1,4 +1,4 @@ -.TH SPKG 8 "May 2022" "spkg" +.TH SPKG 8 "June 2022" "spkg" .SH NAME spkg \- The Unofficial \fISlackware Linux\fR Package Manager .SH SYNOPSIS @@ -60,6 +60,14 @@ messages and warnings. This option disables warnings when used once. When used twice it will completely disable output except for error messages. .TP +\fB-p\fR | \fB--purge\fR +When removing a package, purge configuration files from the system. +Configuration files usually come with a ".new" suffix. When they are +processed during installation, the ".new" suffix is removed. The +processed files are not included in the package lists. By using this +option, the processed configuration files are also removed from the +system. +.TP \fB-n\fR | \fB--dry-run\fR Don't modify filesystem or database. This may be useful when used along with -v option to check what exactly would given command do.