diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-15 21:40:20 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-15 21:40:20 +0000 |
| commit | 3b28b169a99e08b4e7cc408963d9e79c3446a87f (patch) | |
| tree | 8efa3a7f012c8ebeb17a0deaefc18abf86eea5bb /man | |
| parent | 9274481003af38a88988b4e9a3a2c3e0df206bee (diff) | |
20091215-2140
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); |
