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 /sbin/mount_nfs | |
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>
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 3 |
1 files changed, 2 insertions, 1 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 |