summaryrefslogtreecommitdiff
path: root/sys/man/4
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-05-11 16:15:08 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-05-11 16:15:08 +0200
commit4c9cbe484d8bbade0a44ba1d26044077cae44fee (patch)
tree83a545ccd52e266cd25b123ae10f9b2f464baebc /sys/man/4
parentfcb974af3a3b9747083b618fb6be7a4e70df3201 (diff)
fix manpage cross references
Diffstat (limited to 'sys/man/4')
-rw-r--r--sys/man/4/sshfs10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/man/4/sshfs b/sys/man/4/sshfs
index 83d484e4f..d86d74fef 100644
--- a/sys/man/4/sshfs
+++ b/sys/man/4/sshfs
@@ -72,14 +72,16 @@ if
.B -m
is not specified.
The default mount options are equivalent to calling
-.IR mount (1)
+.I mount
+(see
+.IR bind (1))
with
.BR -c .
.B -a
and
.B -b
have the same function as they do with
-.IR mount (1).
+.IR mount .
The default remote root is the user's home directory but can be changed with
.BR -r .
.PP
@@ -130,7 +132,9 @@ Version 4 and later also handle uid/gid translation at the server end which woul
.PP
Some 9P operations that should be atomic are not atomic because they do not map 1:1 to SFTP operations.
In particular there is no guarantee that a failed
-.IR wstat (5)
+.I wstat
+(see
+.IR stat (5))
did not change some of the fields.
.PP
The code is naive about links and assumes files with distinct names to be distinct, assigning them different QIDs.