From 3cfc840e9bf3b7adc350b06d7198a40202a8516a Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Sat, 6 Aug 2016 20:15:45 +0200 Subject: pkgmk.8: minor documentation adjustments --- pkgmk.8.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgmk.8.in b/pkgmk.8.in index e0c3c3d4..a8abd2ae 100644 --- a/pkgmk.8.in +++ b/pkgmk.8.in @@ -68,10 +68,12 @@ Build package without checking the signature and sha256sums. Create new signature and keep existing sha256sums. .TP .B "\-sk, \-\-secret\-key " -Use private key in to sign the port. By default, the name of the port's parent directory 'repo' is evaluated and /etc/ports/$repo.sec is used as the private key, if it exists. +Use private key in to sign the port. By default, the name of the port's +parent directory $repo is evaluated and the private key is read from /etc/ports/$repo.sec, if it exists. .TP .B "\-pk, \-\-public\-key " -Use public key in to check the signature. By default, the name of the +port's parent directory $repo is evaluated and the public key is read from /etc/ports/$repo.pub, if it exists. .TP .B "\-ns, \-\-no\-strip" Do not strip executable binaries or libraries. -- cgit v1.2.3