import(4): refer to oexportfs(4)

This commit is contained in:
cinap_lenrek 2020-12-13 20:11:30 +01:00
parent 27a83106f4
commit 6f932de718

View file

@ -45,7 +45,7 @@ A process is started on the
remote machine, with authority of the user of remote machine, with authority of the user of
.IR import , .IR import ,
to perform work for the local machine using the to perform work for the local machine using the
.IR exportfs (4) .IR oexportfs (4)
service. service.
The default port used is TCP 17007. The default port used is TCP 17007.
If If
@ -76,7 +76,7 @@ This is useful for connecting to foreign systems like Inferno.
.B -z .B -z
Bypass the initial protocol request for which remote tree to serve. Bypass the initial protocol request for which remote tree to serve.
This is necessary when the remote This is necessary when the remote
.IR exportfs (4) .IR oexportfs (4)
is running with the is running with the
.B -r .B -r
or or
@ -144,7 +144,7 @@ runs a
.I p9any .I p9any
authentication (as server) over its file descriptor 0 authentication (as server) over its file descriptor 0
(expected to be an incoming network connection from (expected to be an incoming network connection from
.B exportfs .B oexportfs
.BR -B ), .BR -B ),
mounts the connection onto mounts the connection onto
.IR mntpt , .IR mntpt ,
@ -189,7 +189,7 @@ When
boots, it runs boots, it runs
.IP .IP
.EX .EX
exportfs -R -r /usr/web -B tcp!webvax!999 oexportfs -R -r /usr/web -B tcp!webvax!999
.EE .EE
.PP .PP
to serve a read-only copy of to serve a read-only copy of
@ -212,7 +212,7 @@ to restart
.IR rcpu (1), .IR rcpu (1),
.IR bind (1), .IR bind (1),
.IR ssl (3), .IR ssl (3),
.IR exportfs (4), .IR oexportfs (4),
.IR srv (4), .IR srv (4),
.IR aan (8), .IR aan (8),
.IR listen (8), .IR listen (8),