ref: d02cf4b99cbb7f2f907e86426297f0a1e668484c
parent: 1788c9002cd03a7e168270b48aa4db8fb20809d1
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Oct 31 12:07:22 EDT 2015
delkey(1): update man page to reflect recent changes.
--- a/sys/man/1/delkey
+++ b/sys/man/1/delkey
@@ -3,27 +3,10 @@
delkey \- delete keys from factotum
.SH SYNOPSIS
.B delkey
-[
-.B -f
-]
-.I pattern
.SH DESCRIPTION
.I Delkey
-shows the user each key stored in
-.IR factotum (4)
-and matching the
-.IR pattern ,
-prompting for whether the key should be deleted.
-At each prompt, typing a response beginning with
-.B y
-deletes the key, typing a response beginning with
-.B q
-aborts the listing,
-and any other response skips over the key.
-.PP
-The
-.B -f
-option disables the prompting; all keys matching the pattern are deleted.
+prints commands for deleting each key stored in
+.IR factotum (4) .
.PP
When run on a CPU server,
.I delkey
--
⑨