shithub: riscv

Download patch

ref: 6f932de718a740ac4676c14b739f1ce74f8d85c9
parent: 27a83106f4b5b68d77afa8f800d92398163a7043
author: cinap_lenrek <[email protected]>
date: Sun Dec 13 15:11:30 EST 2020

import(4): refer to oexportfs(4)

--- a/sys/man/4/import
+++ b/sys/man/4/import
@@ -45,7 +45,7 @@
 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 @@
 .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 @@
 .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 @@
 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 @@
 .IR rcpu (1),
 .IR bind (1),
 .IR ssl (3),
-.IR exportfs (4),
+.IR oexportfs (4),
 .IR srv (4),
 .IR aan (8),
 .IR listen (8),