diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 17:34:23 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 17:34:23 +0000 |
| commit | 893d2b85cd64fd534a15778824550deed45e2bc6 (patch) | |
| tree | 7a919cdc71e46a487610e0a13c47b0301138287f | |
| parent | ffc717e235e33f1033a495d0281457bd191ceee9 (diff) | |
Notes
| -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 e10d92f2e158..5328beab8f21 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 33d2fb6f0ba8..901c2324c1cd 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 |
