diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:11:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:11:30 +0100 |
commit | 6f932de718a740ac4676c14b739f1ce74f8d85c9 (patch) | |
tree | d8b0d1848aa0d4973506f00278bafdbf1d86ffdd | |
parent | 27a83106f4b5b68d77afa8f800d92398163a7043 (diff) | |
download | plan9front-6f932de718a740ac4676c14b739f1ce74f8d85c9.tar.xz |
import(4): refer to oexportfs(4)
-rw-r--r-- | sys/man/4/import | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/man/4/import b/sys/man/4/import index 88be8145c..9c6511dfc 100644 --- a/sys/man/4/import +++ b/sys/man/4/import @@ -45,7 +45,7 @@ A process is started on the remote machine, with authority of the user of .IR import , to perform work for the local machine using the -.IR exportfs (4) +.IR oexportfs (4) service. The default port used is TCP 17007. If @@ -76,7 +76,7 @@ This is useful for connecting to foreign systems like Inferno. .B -z Bypass the initial protocol request for which remote tree to serve. This is necessary when the remote -.IR exportfs (4) +.IR oexportfs (4) is running with the .B -r or @@ -144,7 +144,7 @@ runs a .I p9any authentication (as server) over its file descriptor 0 (expected to be an incoming network connection from -.B exportfs +.B oexportfs .BR -B ), mounts the connection onto .IR mntpt , @@ -189,7 +189,7 @@ When boots, it runs .IP .EX -exportfs -R -r /usr/web -B tcp!webvax!999 +oexportfs -R -r /usr/web -B tcp!webvax!999 .EE .PP to serve a read-only copy of @@ -212,7 +212,7 @@ to restart .IR rcpu (1), .IR bind (1), .IR ssl (3), -.IR exportfs (4), +.IR oexportfs (4), .IR srv (4), .IR aan (8), .IR listen (8), |