diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-10-31 16:07:22 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-10-31 16:07:22 -0400 |
commit | 15bd0c52cc547a3f44a49a276ee86dd88af85e42 (patch) | |
tree | e0e3d4734493e7c686a1e1dc537ff91359034c35 | |
parent | 5c5c074f12f4f59c1ec51661aabc9a9ebea32dbe (diff) | |
download | plan9front-15bd0c52cc547a3f44a49a276ee86dd88af85e42.tar.xz |
delkey(1): update man page to reflect recent changes.
-rw-r--r-- | sys/man/1/delkey | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/sys/man/1/delkey b/sys/man/1/delkey index 2f8bbd039..88a8bad95 100644 --- 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 |