diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-22 00:21:11 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-22 00:21:11 +0200 |
commit | 54a91861df5782fdc62ac72f8c8f3ce192f6396f (patch) | |
tree | 7f2aecb2805a4a0a1d881932f0f034f3af7d09d7 /sys/man | |
parent | b83dd93e98cf04ce33760fc43b75fdef078d71ab (diff) |
remove convkeys2
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/auth | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/man/8/auth b/sys/man/8/auth index 72b370a35..37c06f6dd 100644 --- a/sys/man/8/auth +++ b/sys/man/8/auth @@ -1,6 +1,6 @@ .TH AUTH 8 .SH NAME -changeuser, convkeys, convkeys2, printnetkey, status, enable, disable, authsrv, guard.srv, debug, wrkey, login, newns, none, as \- maintain or query authentication databases +changeuser, convkeys, printnetkey, status, enable, disable, authsrv, guard.srv, debug, wrkey, login, newns, none, as \- maintain or query authentication databases .SH SYNOPSIS .B auth/changeuser .RB [ -np ] @@ -10,10 +10,6 @@ changeuser, convkeys, convkeys2, printnetkey, status, enable, disable, authsrv, .RB [ -pa ] .I keyfile .PP -.B auth/convkeys2 -.RB [ -p ] -.I keyfile -.PP .B auth/printnetkey .I user .PP @@ -159,14 +155,6 @@ The format of is described in .IR keyfs (4). .PP -The format of the key file changed between Release 2 -and 3 of Plan 9. -.I Convkeys2 -is like -.IR convkeys . -However, in addition to rekeying, it converts from -the previous format to the Release 3 format. -.PP .I Printnetkey displays the network key as it should be entered into the hand-held Securenet box. |