diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:11:44 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:11:44 +0100 |
commit | 08a9a6952dfa9ace5b4ae6fa1614c97d4a945ece (patch) | |
tree | 118040188af02cc1f8e714fdb3f782a4d244f239 | |
parent | 6f932de718a740ac4676c14b739f1ce74f8d85c9 (diff) | |
download | plan9front-08a9a6952dfa9ace5b4ae6fa1614c97d4a945ece.tar.xz |
cpu(1): refer to oexportfs(4)
-rw-r--r-- | sys/man/1/cpu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/cpu b/sys/man/1/cpu index 046560d88..41b60a015 100644 --- a/sys/man/1/cpu +++ b/sys/man/1/cpu @@ -99,7 +99,7 @@ If a argument is present, the .I patternfile is passed to -.IR exportfs (4) +.IR oexportfs (4) to control how much of the local name space will be exported to the remote system. .PP @@ -210,7 +210,7 @@ connections, if requested by the initial protocol. The name space of the terminal side of the .I cpu command is mounted, via -.IR exportfs (4), +.IR oexportfs (4), on the CPU side on directory .BR /mnt/term . The files such as @@ -222,7 +222,7 @@ are bound to their standard locations from there. .IR rcpu (1) , .IR rc (1) , .IR rio (1) , -.IR exportfs (4) , +.IR oexportfs (4) , .IR aan (8) .SH BUGS Binds and mounts done after the terminal |