summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/2/factotum6
-rw-r--r--man/2/styxconv2
-rw-r--r--man/8/cs19
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
diff --git a/man/8/cs b/man/8/cs
index 6dfe65f6..63f8e149 100644
--- a/man/8/cs
+++ b/man/8/cs
@@ -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)