summaryrefslogtreecommitdiff
path: root/man/3
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-02-05 11:01:55 +0000
committerforsyth <forsyth@vitanuova.com>2010-02-05 11:01:55 +0000
commitaaab9bcca9a6fd14bd8496059b80b984906db6bc (patch)
treee17885b21ac218b0ae9eb3ff3fdcc91e6d9bd1a6 /man/3
parentcfa39d5adff9be3c5f695c2c28cffb5f93dd4598 (diff)
20100205-1101
Diffstat (limited to 'man/3')
-rw-r--r--man/3/0intro2
-rw-r--r--man/3/ip8
-rw-r--r--man/3/logfs4
-rw-r--r--man/3/mnt12
-rw-r--r--man/3/plap2
-rw-r--r--man/3/tls2
6 files changed, 15 insertions, 15 deletions
diff --git a/man/3/0intro b/man/3/0intro
index e379f9af..1057dce1 100644
--- a/man/3/0intro
+++ b/man/3/0intro
@@ -29,7 +29,7 @@ device.
.PP
A kernel device driver is a
.I server
-in the sense of the Inferno File Protocol, Styx (see Section 5),
+in the sense of the Inferno File Protocol, 9P (see Section 5),
but with the messages implemented by local
rather than remote procedure calls.
Also, several of the messages
diff --git a/man/3/ip b/man/3/ip
index 1ae00f7e..4f4117e3 100644
--- a/man/3/ip
+++ b/man/3/ip
@@ -243,7 +243,7 @@ The
and
.BR listen
functions described in
-.IR sys-dial (2)
+.IR dial (2)
perform the necessary I/O to establish and
manipulate network connections.
.SS TCP protocol
@@ -747,7 +747,7 @@ and
.IB device !0x806
(ARP).
See
-.IR sys-dial (2)
+.IR dial (2)
for the interpretation of such addresses.
The interface runs until a process does an explicit
.BR unbind .
@@ -807,7 +807,7 @@ contains
a connection will be opened using
.B dial
(see
-.IR sys-dial (2)).
+.IR dial (2)).
Otherwise the name will be opened as-is;
usually it is the name of a serial device
(eg,
@@ -921,6 +921,6 @@ to be set, or the current user lacks the privileges to set it.
.br
.B /os/ip/*medium.c
.SH "SEE ALSO"
-.IR sys-dial (2)
+.IR dial (2)
.\" joinmulti and leavemulti are unimplemented
.\" many media are only partly implemented
diff --git a/man/3/logfs b/man/3/logfs
index 5e60b308..04a1fdcc 100644
--- a/man/3/logfs
+++ b/man/3/logfs
@@ -44,7 +44,7 @@ devices are supported.
.PP
The file system maintains two storage regions on the same medium:
a log-structured hierarchical file system that implements all the
-functionality communicable by the Styx protocol
+functionality communicable by the 9P protocol
(see
.IR intro (5)),
and a boot
@@ -106,7 +106,7 @@ two files appear in the device name space,
.BI /dev/logfs name
and
.BI /dev/logfs name\f5boot\fI.
-The former serves the Styx protocol giving access to the hierarchical file system;
+The former serves the 9P protocol giving access to the hierarchical file system;
the latter is a fixed size file that represents the boot partition.
.TP
.BI [fsys " name\f5] format \fIbootsize"
diff --git a/man/3/mnt b/man/3/mnt
index 7efc0c8d..55663b7c 100644
--- a/man/3/mnt
+++ b/man/3/mnt
@@ -1,6 +1,6 @@
.TH MNT 3
.SH NAME
-mnt \- attach to Styx servers
+mnt \- attach to 9P servers
.SH SYNOPSIS
.nf
.B #M
@@ -15,12 +15,12 @@ is used by
see
.IR sys-bind (2))
to connect the name space of a process to
-the service provided by a Styx server over a communications channel.
+the service provided by a 9P server over a communications channel.
After the
.BR mount ,
file operations in that portion of the name space will
be converted by the mount driver into the appropriate
-Styx messages to the server, and its Styx replies returned
+9P messages to the server, and its 9P replies returned
as the status of the system calls.
.PP
Any authentication must precede
@@ -40,8 +40,8 @@ Each distinct user of a connection must mount it separately;
the mount driver multiplexes the access of the various users and their
processes to the service.
.PP
-File-oriented system calls are converted by the kernel into messages in the Styx protocol.
-Within the kernel, Styx is implemented by procedure calls to the
+File-oriented system calls are converted by the kernel into messages in the 9P protocol.
+Within the kernel, 9P is implemented by procedure calls to the
various kernel device drivers, as described in
.IR intro (10)
and
@@ -61,7 +61,7 @@ system call on a file served by the mount driver
may be translated
into more than one
message,
-since there is a maximum data size for a Styx message.
+since there is a maximum data size for a 9P message.
The system call
will return when the specified number of bytes have been transferred
or a short reply is returned.
diff --git a/man/3/plap b/man/3/plap
index 63eb417c..2af950e0 100644
--- a/man/3/plap
+++ b/man/3/plap
@@ -126,7 +126,7 @@ The device follows the conventions that allow
and
.B listen
of
-.IR sys-dial (2)
+.IR dial (2)
to do the work needed to establish and manipulate network connections.
.SH SOURCE
.B /os/pc/devplap.c
diff --git a/man/3/tls b/man/3/tls
index 267afdea..64071e08 100644
--- a/man/3/tls
+++ b/man/3/tls
@@ -267,7 +267,7 @@ and
.BR 'sha1' .
.SH "SEE ALSO"
.IR listen (1),
-.IR sys-dial (2),
+.IR dial (2),
.IR ssl (3)
\".IR pushtls (2)
.SH SOURCE