diff options
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | man/2/factotum | 7 | ||||
| -rw-r--r-- | man/2/newns | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/include/version.h b/include/version.h index 80a4bcbd..cc4e20f9 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080116)" +#define VERSION "Fourth Edition (20080118)" diff --git a/man/2/factotum b/man/2/factotum index 180ed100..004009d2 100644 --- a/man/2/factotum +++ b/man/2/factotum @@ -315,6 +315,11 @@ returns nil; otherwise on success it always returns a non-nil reference to an value with contents as above, but if the protocol does not supply that authentication data, all the values are nil. .PP +.B Rpcattrs +returns the initial attributes provided in the +.B start +request, and any others added later by the protocol. +.PP .B Rpc does one message exchange with the .I factotum @@ -357,3 +362,5 @@ exchange. .IR sys-fauth (2), .IR factotum (4), .IR auth (5) +.SH DIAGNOSTICS +Functions that return nil references on error also set the system error string. diff --git a/man/2/newns b/man/2/newns index 46456617..60b64246 100644 --- a/man/2/newns +++ b/man/2/newns @@ -47,11 +47,3 @@ The capability is typically obtained via .IR sys-pctl (2), .IR factotum (4), .IR namespace (6) -.SH BUGS -The -.I user -string is currently ignored: -use -.B nil -or the current user name -.RB ( /dev/user ). |
