summaryrefslogtreecommitdiff
path: root/sys/man/1/delkey
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
commitb41b9034225ab3e49980d9de55c141011b6383b0 (patch)
tree891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/delkey
parentc558a99e0be506a9abdf677f0ca4490644e05fc1 (diff)
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/delkey')
-rwxr-xr-xsys/man/1/delkey42
1 files changed, 42 insertions, 0 deletions
diff --git a/sys/man/1/delkey b/sys/man/1/delkey
new file mode 100755
index 000000000..2f8bbd039
--- /dev/null
+++ b/sys/man/1/delkey
@@ -0,0 +1,42 @@
+.TH DELKEY 1
+.SH NAME
+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.
+.PP
+When run on a CPU server,
+.I delkey
+uses the terminal's factotum, if present, instead of the server's factotum.
+.SH FILES
+.TP
+.B /mnt/term/mnt/factotum
+First choice for
+.I factotum
+to use
+.TP
+.B /mnt/factotum
+Second choice
+.PP
+.SH SOURCE
+.B /rc/bin/delkey