diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-18 17:31:00 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-18 17:31:00 +0000 |
commit | ee4ce01429ac3871a524f90041a3d63483baffda (patch) | |
tree | 4d35e17e4efffec304296405510ac6844871f668 /sbin | |
parent | 5df055483d2201b685994082d68c1235a690c99a (diff) | |
download | FreeBSD-src-ee4ce01429ac3871a524f90041a3d63483baffda.zip FreeBSD-src-ee4ce01429ac3871a524f90041a3d63483baffda.tar.gz |
Order the cross-references in the SEE ALSO section, in preparation
for PR 20008.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 906175e..e10d92f 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -313,8 +313,8 @@ Set the retransmit timeout count for soft mounts to the specified value. .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , -.Xr nfsiod 8 , -.Xr nfsd 8 +.Xr nfsd 8 , +.Xr nfsiod 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 |