diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-18 17:34:23 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-18 17:34:23 +0000 |
commit | 306d3b56cc364d7e9cc75f8ba0a9473a0842a0ea (patch) | |
tree | 10bb9359a93fd1da066c5eb79f92eccc08165b05 | |
parent | ee4ce01429ac3871a524f90041a3d63483baffda (diff) | |
download | FreeBSD-src-306d3b56cc364d7e9cc75f8ba0a9473a0842a0ea.zip FreeBSD-src-306d3b56cc364d7e9cc75f8ba0a9473a0842a0ea.tar.gz |
Cross-reference mount_nfs(8) and showmount(8).
PR: 20008
Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 | ||||
-rw-r--r-- | usr.bin/showmount/showmount.8 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index e10d92f..5328bea 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -314,7 +314,8 @@ Set the retransmit timeout count for soft mounts to the specified value. .Xr fstab 5 , .Xr mount 8 , .Xr nfsd 8 , -.Xr nfsiod 8 +.Xr nfsiod 8 , +.Xr showmount 8 .Sh BUGS Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram) transport, tuning such mounts is really a black art that can only be expected diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index 33d2fb6..901c232 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -80,7 +80,8 @@ Use mount protocol Version 3, compatible with NFS Version 3. .El .Sh SEE ALSO .Xr mount 8 , -.Xr mountd 8 +.Xr mount_nfs 8 , +.Xr mountd 8 , .Sh BUGS The mount daemon running on the server only has an idea of the actual mounts, since the |