diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-02-19 13:45:07 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-02-19 13:45:07 +0000 |
| commit | c50a7643253d144ca8f7fb77ec3eb25144ab48a0 (patch) | |
| tree | d193becb97ab944a487a6f5c8aed0038a97e79a2 /man | |
| parent | 3dda86a0b07299d8f92ceb8a30d03e96a5102b4f (diff) | |
20090219-1344
Diffstat (limited to 'man')
| -rw-r--r-- | man/2/factotum | 6 | ||||
| -rw-r--r-- | man/2/styxconv | 2 | ||||
| -rw-r--r-- | man/8/cs | 19 |
3 files changed, 15 insertions, 12 deletions
diff --git a/man/2/factotum b/man/2/factotum index 004009d2..8fa475ac 100644 --- a/man/2/factotum +++ b/man/2/factotum @@ -78,7 +78,7 @@ must be called before any other function. is similar to .B Sys->mount (see -.IR sys-bind (1)), +.IR sys-bind (2)), but uses .I factotum to authenticate, @@ -87,7 +87,7 @@ if the server requires it. should be used instead of .B Sys->mount when mounting file servers that use -.IR auth (5) +.IR attach (5) to authenticate. (If the server on .I fd @@ -361,6 +361,6 @@ exchange. .IR sys-bind (2), .IR sys-fauth (2), .IR factotum (4), -.IR auth (5) +.IR attach (5) .SH DIAGNOSTICS Functions that return nil references on error also set the system error string. diff --git a/man/2/styxconv b/man/2/styxconv index ca5d9f49..f18c48a6 100644 --- a/man/2/styxconv +++ b/man/2/styxconv @@ -31,7 +31,7 @@ is a connection, perhaps a pipe, to something that requires the current protocol .B Sys->mount for instance (see -.IR sys-bind (1)). +.IR sys-bind (2)). .B Styxconv is spawned by the caller, to create a process that copies messages between .I from @@ -198,17 +198,20 @@ when there is more than one network stack (see .IR ip (3)). .PP -.IR Cs (8) +.I Cs uses -.IR services (6) +.IR ndb (6) to map protocol and service names to Internet port numbers. -Finally, if all else fails, it applies the built-in +When running hosted, +if entries are not in +.IR ndb (6), +.I cs +applies the built-in .IR srv (2), -if available. +if available, +to have the host system try the translation. Consequently, entries in -.IR services (6) -and -.IR dns (6) +.IR ndb (6) take precedence over the host's system-wide configuration. (This is helpful for adding symbolic names for Inferno services without requiring administrative privileges on the host system.) @@ -241,5 +244,5 @@ map from symbolic service names to servers .B /appl/cmd/ndb/csquery.b .SH "SEE ALSO" .IR sys-dial (2), -.IR db (6), +.IR ndb (6), .IR dns (8) |
