diff options
Diffstat (limited to 'man/4')
| -rw-r--r-- | man/4/0intro | 2 | ||||
| -rw-r--r-- | man/4/dossrv | 2 | ||||
| -rw-r--r-- | man/4/export | 13 | ||||
| -rw-r--r-- | man/4/ftpfs | 2 | ||||
| -rw-r--r-- | man/4/grid-cpu | 2 | ||||
| -rw-r--r-- | man/4/iostats | 2 | ||||
| -rw-r--r-- | man/4/kfs | 2 | ||||
| -rw-r--r-- | man/4/mntgen | 2 | ||||
| -rw-r--r-- | man/4/registry | 2 |
9 files changed, 14 insertions, 15 deletions
diff --git a/man/4/0intro b/man/4/0intro index f7d28560..fd36468b 100644 --- a/man/4/0intro +++ b/man/4/0intro @@ -2,7 +2,7 @@ .SH NAME intro \- introduction to file servers .SH DESCRIPTION -This section describes programs that serve Styx +This section describes programs that serve 9P (see .IR intro (5)), and can therefore diff --git a/man/4/dossrv b/man/4/dossrv index 5fd2cc3a..14968a01 100644 --- a/man/4/dossrv +++ b/man/4/dossrv @@ -27,7 +27,7 @@ makes the contents of a DOS/Windows file system visible in the Inferno name spac The options are: .TP .B -v -print a debugging trace, including Styx messages, on standard error +print a debugging trace, including 9P messages, on standard error .TP .B -F display FAT information diff --git a/man/4/export b/man/4/export index 5b9f4ebb..ea2b378c 100644 --- a/man/4/export +++ b/man/4/export @@ -13,12 +13,10 @@ export \- export name space on a connection .SH DESCRIPTION .I Export calls -.B Sys->export -(see -.IR sys-dial (2)) -to serve a name space rooted at +.IR sys-export (2) +to serve the name space rooted at .I dir -over a connection to a Styx client. +over a connection to a 9P (Styx) client. .I Export opens the connection on the given .IR file , @@ -35,7 +33,7 @@ serves the current name space without forking it; changes made to it will be visible to clients. .PP .I Export -starts serving Styx immediately; it assumes that the connection +starts serving 9P immediately; it assumes that the connection has been authenticated if required. .I Export is typically called via @@ -53,5 +51,6 @@ unless a transport protocol is run on the connection. .SH SEE ALSO .IR cpu (1), .IR listen (1), -.IR sys-dial (2), +.IR dial (2), +.IR sys-export (2), .IR intro (5) diff --git a/man/4/ftpfs b/man/4/ftpfs index 947d7338..6857366f 100644 --- a/man/4/ftpfs +++ b/man/4/ftpfs @@ -23,7 +23,7 @@ visible at .BR /n/ftp ) in the current name space, for access by ordinary Inferno file operations. -In other words, it is a protocol translator between FTP and Styx. +In other words, it is a protocol translator between FTP and 9P. The connection is shut down by unmounting the mount point; see .IR bind (1). diff --git a/man/4/grid-cpu b/man/4/grid-cpu index b30c3740..ea364e90 100644 --- a/man/4/grid-cpu +++ b/man/4/grid-cpu @@ -53,7 +53,7 @@ For example, to import .B /dis and .B /dev -from a resource exporting a Styx (see +from a resource exporting a 9P (see .IR intro(5)) namespace at address .B tcp!200.1.5.53!7003 diff --git a/man/4/iostats b/man/4/iostats index e4a3b4fb..376f6325 100644 --- a/man/4/iostats +++ b/man/4/iostats @@ -65,7 +65,7 @@ Display summary of file I/O incurred by iostats ls .EE .PP -Start a new shell, displaying all Styx traffic caused by the shell or its children: +Start a new shell, displaying all 9P traffic caused by the shell or its children: .IP .EX iostats -df /fd/1 sh @@ -21,7 +21,7 @@ kfs \- disk file system implements a hierarchical Inferno file system within an existing .IR file , which is typically a disk or flash memory partition. -It gives access to it through the Styx protocol on its standard input, +It gives access to it through the 9P protocol on its standard input, and the contents can be mounted directly on a given .I dir as shown above. diff --git a/man/4/mntgen b/man/4/mntgen index 934926f1..ceecf6ca 100644 --- a/man/4/mntgen +++ b/man/4/mntgen @@ -5,7 +5,7 @@ mntgen \- dynamically generate mount points .BI "mount {mntgen} " dir .SH DESCRIPTION .I Mntgen -serves a Styx connection on its standard input, providing a name space containing a +serves 9P on its standard input, providing a name space containing a single directory that is initially empty, but in which a subdirectory name appears when is first referenced, and remains only as long as it is needed (referenced). .I Mntgen diff --git a/man/4/registry b/man/4/registry index 4d7259a5..91aa2244 100644 --- a/man/4/registry +++ b/man/4/registry @@ -25,7 +25,7 @@ where services come and go. It was originally intended to register Grid resources but has much wider use. .I Registry -serves Styx on its standard input. +serves 9P on its standard input. That can be mounted in the local name space (see below for an example), or served over a connection (eg, via |
