summaryrefslogtreecommitdiffstats
path: root/sbin/nfsiod/nfsiod.8
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-07-15 06:35:20 +0000
committercharnier <charnier@FreeBSD.org>1998-07-15 06:35:20 +0000
commit2616457b9e8668963a72c559ad66569275cd8f26 (patch)
treea7b039119e9f0af9ad9ba75cd4c6057d0e9fec37 /sbin/nfsiod/nfsiod.8
parent15dad0ac3153eaaf32eefafc165786485d52b647 (diff)
downloadFreeBSD-src-2616457b9e8668963a72c559ad66569275cd8f26.zip
FreeBSD-src-2616457b9e8668963a72c559ad66569275cd8f26.tar.gz
Correct use of .Nm. Do not dot terminate syslog() strings. Remove unused
#includes. Add rcsid. -Wall.
Diffstat (limited to 'sbin/nfsiod/nfsiod.8')
-rw-r--r--sbin/nfsiod/nfsiod.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8
index 1b74554..5708ff3 100644
--- a/sbin/nfsiod/nfsiod.8
+++ b/sbin/nfsiod/nfsiod.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)nfsiod.8 8.2 (Berkeley) 2/22/94
-.\" $Id$
+.\" $Id: nfsiod.8,v 1.5 1997/02/22 14:33:05 peter Exp $
.\"
.Dd September 22, 1994
.Dt NFSIOD 8
@@ -53,7 +53,7 @@ It improves performance but is not required for correct operation.
Unless otherwise specified, a single server is started.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl n
Specify how many servers are to be started.
.El
@@ -62,7 +62,7 @@ A client should run enough daemons to handle its maximum
level of concurrency, typically four to six.
.Pp
If
-.Nm nfsiod
+.Nm
detects that the running kernel does not include
.Tn NFS
support, it will attempt to load a loadable kernel module containing
@@ -74,11 +74,11 @@ by way of
If this fails, or no
.Tn NFS
LKM was available,
-.Nm nfsiod
+.Nm
exits with an error.
.Pp
The
-.Nm nfsiod
+.Nm
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr nfsstat 1 ,
@@ -88,6 +88,6 @@ utility exits 0 on success, and >0 if an error occurs.
.Xr portmap 8
.Sh HISTORY
The
-.Nm nfsiod
+.Nm
utility first appeared in
.Bx 4.4 .
OpenPOWER on IntegriCloud