summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2000-01-13 21:47:21 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2000-01-13 21:47:21 +0000
commit2a2d4405a287f2959fdc117a50fccc391600da06 (patch)
treee9927a8317fa95e47422f03623923bdd323867d0
parentc76ce56239bd006068966cb8502b45e4aba753e0 (diff)
downloadsrc-test2-2a2d4405a287f2959fdc117a50fccc391600da06.tar.gz
src-test2-2a2d4405a287f2959fdc117a50fccc391600da06.zip
Notes
-rw-r--r--sbin/mount_nfs/mount_nfs.84
-rw-r--r--sbin/nfsd/nfsd.81
-rw-r--r--sbin/nfsiod/nfsiod.81
-rw-r--r--usr.sbin/nfsd/nfsd.81
4 files changed, 6 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 262de65a6863..88ff00ff46cf 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -308,7 +308,9 @@ Set the retransmit timeout count for soft mounts to the specified value.
.Xr mount 2 ,
.Xr unmount 2 ,
.Xr fstab 5 ,
-.Xr mount 8
+.Xr mount 8 ,
+.Xr nfsiod 8 ,
+.Xr nfsd 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/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8
index f0314aea8eb4..23cbd6ae67dc 100644
--- a/sbin/nfsd/nfsd.8
+++ b/sbin/nfsd/nfsd.8
@@ -154,6 +154,7 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr nfssvc 2 ,
.Xr kldload 8 ,
.Xr mountd 8 ,
+.Xr nfsiod 8 ,
.Xr portmap 8 ,
.Xr ipfw 8
.Sh HISTORY
diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8
index 007668f4d052..6ff15bfe2afb 100644
--- a/sbin/nfsiod/nfsiod.8
+++ b/sbin/nfsiod/nfsiod.8
@@ -85,6 +85,7 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr nfssvc 2 ,
.Xr kldload 8 ,
.Xr mountd 8 ,
+.Xr nfsd 8 ,
.Xr portmap 8
.Sh HISTORY
The
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index f0314aea8eb4..23cbd6ae67dc 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -154,6 +154,7 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr nfssvc 2 ,
.Xr kldload 8 ,
.Xr mountd 8 ,
+.Xr nfsiod 8 ,
.Xr portmap 8 ,
.Xr ipfw 8
.Sh HISTORY