aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-01-28 11:46:34 -0500
committerSlack Coder <slackcoder@server.ky>2025-01-29 06:27:23 -0500
commitefcb26931712858d70e671c37d09c9aede862572 (patch)
tree8a0c7f54ca126bbab9afd07cd4d13562f2865fad
parent7ef443b8fdeb0e7a500e8d65b4e99dff2f7d263a (diff)
downloadsbotools2-efcb26931712858d70e671c37d09c9aede862572.tar.xz
Update man page for GPG verification
-rw-r--r--man1/sbocheck.12
-rw-r--r--man5/sbotools.conf.54
2 files changed, 3 insertions, 3 deletions
diff --git a/man1/sbocheck.1 b/man1/sbocheck.1
index f227240..e4923b1 100644
--- a/man1/sbocheck.1
+++ b/man1/sbocheck.1
@@ -7,7 +7,7 @@ sbocheck - update a local slackbuilds.org tree and check for updates.
sbocheck [-h|-v]
.SH DESCRIPTION
.P
-sbocheck first updates a previously fetched copy of the slackbuilds.org tree (see sbosnap(1)) and then checks to see if any packages installed from slackbuilds.org have updates, and reports what it finds.
+sbocheck first updates a previously fetched copy of the slackbuilds.org tree (see sbosnap(1)) and then checks to see if any packages installed from slackbuilds.org have updates, and reports what it finds. Slackbuild's GPG key is required in your keyring. See 'sbosnap import-key' or sbotools.conf for more information.
.SH OPTIONS
.P
-h|--help
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index becb122..51e0db4 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -18,9 +18,9 @@ JOBS=(FALSE|#)
If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a SlackBuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc.
.RE
.P
-GPG_KEy=(FALSE|KEY_ID)
+GPG_KEY=(FALSE|KEY_ID)
.RS
-GPG_KEy: Use GPG to verify the slackbuilds.org tree on download using this GPG key. The default is configured to slackbuild.org's key 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6'. You may want to disable if you are using Slackware current. Set to FALSE to disable.
+GPG_KEY: Use GPG to verify the slackbuilds.org tree on download using this GPG key. The default is configured to slackbuild.org's key 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6'. You may want to disable if you are using Slackware current. Set to FALSE to disable.
.RE
.P
NOCLEAN=(FALSE|TRUE)