fixed the under development line
[unix-history] / usr / src / sbin / nfsiod / nfsiod.8
index 021771b..6ac59ec 100644 (file)
@@ -1,36 +1,48 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
+.\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\" All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)nfsiod.8    5.5 (Berkeley) %G%
+.\"     @(#)nfsiod.8   5.7 (Berkeley) %G%
 .\"
 .\"
-.TH NFSIOD 8 ""
-.UC 7
-.SH NAME
-nfsiod \- local NFS asynchronous I/O server
-.SH SYNOPSIS
-.B nfsiod
-[
-.B numdaemons
-]
-.SH DESCRIPTION
-.I Nfsiod
+.Dd 
+.Dt NFSIOD 8
+.Os
+.Sh NAME
+.Nm nfsiod
+.Nd local
+.Tn NFS
+asynchronous I/O server
+.Sh SYNOPSIS
+.Nm nfsiod
+.Op Ar numdaemons
+.Sh DESCRIPTION
+.Nm Nfsiod
 runs on an
 runs on an
-.SM NFS
+.Tn NFS
 client machine to service asynchronous I/O requests to its server.
 It improves performance but is not required for correct operation.
 client machine to service asynchronous I/O requests to its server.
 It improves performance but is not required for correct operation.
+.Pp
+Available options:
+.Pp
+.Bl -tag -width Ds
+.It Ar numdaemons
 The option
 The option
-.I numdaemons
+.Ar numdaemons
 defines how many
 defines how many
-.I nfsiod
+.Nm nfsiod
 daemons to start;
 if unspecified, only a single daemon will be started.
 A client should typically run enough daemons to handle
 their maximum level of concurrency,
 typically four to six.
 daemons to start;
 if unspecified, only a single daemon will be started.
 A client should typically run enough daemons to handle
 their maximum level of concurrency,
 typically four to six.
-.SH SEE ALSO
-.IR nfsstat (1),
-.IR async_daemon (2),
-.IR mountd (8),
-.IR portmap (8)
+.El
+.Sh SEE ALSO
+.Xr nfsstat 1 ,
+.Xr nfssvc 2 ,
+.Xr mountd 8 ,
+.Xr portmap 8
+.Sh HISTORY
+The
+.Nm nfsiod
+utility first appeared in 4.4BSD.