blob: 88a8bad950794478991d40f9885c5847865f672d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.TH DELKEY 1
.SH NAME
delkey \- delete keys from factotum
.SH SYNOPSIS
.B delkey
.SH DESCRIPTION
.I Delkey
prints commands for deleting each key stored in
.IR factotum (4) .
.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
|