diff options
Diffstat (limited to 'man/3')
| -rw-r--r-- | man/3/0intro | 2 | ||||
| -rw-r--r-- | man/3/ip | 8 | ||||
| -rw-r--r-- | man/3/logfs | 4 | ||||
| -rw-r--r-- | man/3/mnt | 12 | ||||
| -rw-r--r-- | man/3/plap | 2 | ||||
| -rw-r--r-- | man/3/tls | 2 |
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 @@ -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" @@ -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. @@ -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 @@ -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 |
