From 3b28b169a99e08b4e7cc408963d9e79c3446a87f Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 15 Dec 2009 21:40:20 +0000 Subject: 20091215-2140 --- man/1/bind | 10 ++++++++-- man/2/factotum | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/1/bind b/man/1/bind index b0cf3eb4..2b4c470c 100644 --- a/man/1/bind +++ b/man/1/bind @@ -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); -- cgit v1.2.3