diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-26 16:19:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-26 16:19:52 +0000 |
commit | 8390ff832499783fe0da5b7eb47fcb4c5c2b4e07 (patch) | |
tree | 9b7fde192d9d8c8556fa4ac4680e5b89036256df /sbin | |
parent | ca042fea3a1c17009de2f31841e1cbadb38ed45a (diff) |
document that the max value for the -n option is 20
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/nfsd/nfsd.8 | 4 | ||||
-rw-r--r-- | sbin/nfsiod/nfsiod.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index cf3865bbb7d..aaf2563de98 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.7 1998/12/15 01:20:41 aaron Exp $ +.\" $OpenBSD: nfsd.8,v 1.8 1999/02/26 16:19:51 millert Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -73,7 +73,7 @@ or .Fl t options to re-register NFS if the portmap server is restarted. .It Fl n -Specifies how many servers to create. +Specifies how many servers to create (max 20). .It Fl t Serve .Tn TCP NFS diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 43e44da585d..dabe3459e45 100644 --- a/sbin/nfsiod/nfsiod.8 +++ b/sbin/nfsiod/nfsiod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsiod.8,v 1.7 1998/12/15 01:20:41 aaron Exp $ +.\" $OpenBSD: nfsiod.8,v 1.8 1999/02/26 16:19:51 millert Exp $ .\" $NetBSD: nfsiod.8,v 1.6 1995/03/18 14:59:04 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -57,7 +57,7 @@ Unless otherwise specified, a single server is started. The options are as follows: .Bl -tag -width Ds .It Fl n -Specify how many servers are to be started. +Specify how many servers are to be started (max 20). .El .Pp A client should run enough daemons to handle its maximum |