bring up to date
[unix-history] / usr / src / sbin / nfsiod / nfsiod.8
index c3773e9..803893f 100644 (file)
@@ -1,45 +1,49 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
+.\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" All rights reserved.
 .\"
-.\" Redistribution and use in source and binary forms are permitted
-.\" provided that the above copyright notice and this paragraph are
-.\" duplicated in all such forms and that any documentation,
-.\" advertising materials, and other materials related to such
-.\" distribution and use acknowledge that the software was developed
-.\" by the University of California, Berkeley.  The name of the
-.\" University may not be used to endorse or promote products derived
-.\" from this software without specific prior written permission.
-.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\" %sccs.include.redist.man%
 .\"
 .\"
-.\"    @(#)nfsiod.8    5.3 (Berkeley) %G%
+.\"     @(#)nfsiod.8   5.6 (Berkeley) %G%
 .\"
 .\"
-.TH NFSIOD 8 ""
-.UC 7
-.SH NAME
-nfsiod \- local NFS asynchronous I/O server
-.SH SYNOPSIS
-.B /sbin/nfsiod
-[
-.B numservers
-]
-.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 numservers
+.Ar numdaemons
 defines how many
 defines how many
-.I nfsiod
-daemons to start.
-A client should typically run enough servers to handle
+.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.
 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
+command
+.Ud