diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/4 | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/execnet | 7 | ||||
-rw-r--r-- | sys/man/4/srv | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sys/man/4/execnet b/sys/man/4/execnet index 9375a14b0..67d2808c4 100644 --- a/sys/man/4/execnet +++ b/sys/man/4/execnet @@ -30,8 +30,7 @@ will connect to a newly executed instance of .IR cmd . .SH EXAMPLE .I Execnet -can be used to connect to instances of -.IR u9fs (4) +can be used to connect to instances of u9fs running on other hosts: .EX g% execnet @@ -52,15 +51,11 @@ For example, it might be: u9fs -na none -u $USER -l $HOME/tmp/u9fs.log ny% .EE -See the -.IR u9fs (4) -man page for more information. .SH SOURCE .B /sys/src/cmd/execnet .SH "SEE ALSO .IR dial (2), .IR ip (3), -.IR u9fs (4) .SH BUGS Almost certainly: .IR execnet diff --git a/sys/man/4/srv b/sys/man/4/srv index 5d2164791..e97487f9b 100644 --- a/sys/man/4/srv +++ b/sys/man/4/srv @@ -162,7 +162,7 @@ command that connects to a remote Unix system via .IR ssh (1) and starts -.IR u9fs (4). +.BR u9fs . The .B -u option specifies the path to the @@ -191,7 +191,7 @@ and .EE .PP To connect to an instance of the Unix server -.IR u9fs (4) +.I u9fs started via .IR ssh (1): .IP @@ -220,7 +220,6 @@ and .IR exportfs (4), .IR import (4), .IR ftpfs (4), -.IR u9fs (4) .SH BUGS .I Srv does not explicitly report failures of |