diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/1/bind | 10 | ||||
| -rw-r--r-- | man/2/factotum | 4 |
2 files changed, 10 insertions, 4 deletions
@@ -225,6 +225,9 @@ The default is See .IR keyring-auth (2) for more details. +(If the +.B -9 +option is given, this option is interpreted differently: see below.) .TP .B -9 For @@ -240,9 +243,12 @@ any Inferno host, by using the option to suppress Inferno authentication.) The existing Plan 9 file servers do not encrypt connections, so the .B -C -and +option is ignored. +The value of the .B -k -options are ignored. +option is added to the key specification for +.IR factotum (4) +for authentication. .TP .B -P When diff --git a/man/2/factotum b/man/2/factotum index 8fa475ac..338e6022 100644 --- a/man/2/factotum +++ b/man/2/factotum @@ -17,8 +17,8 @@ Authinfo: adt{ AuthRpcMax: con \fR...\fP; init: fn(); -mount: fn(fd: ref Sys->FD, mnt: string, flags: int, aname: string): - (int, ref Authinfo); +mount: fn(fd: ref Sys->FD, mnt: string, flags: int, + aname: string, keyspec: string): (int, ref Authinfo); getuserpasswd: fn(keyspec: string): (string, string); |
