diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 21:29:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 21:29:28 +0000 |
commit | 2e34288e9fdb8f74ab026089a04153d5f954926d (patch) | |
tree | 41647ae05b793bf23983de752bb857e6e3c40726 /sbin/nfsd | |
parent | b8bb4eaf4f699b0830c3d79823c1b71654a701fa (diff) |
sync with usage();
Diffstat (limited to 'sbin/nfsd')
-rw-r--r-- | sbin/nfsd/nfsd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index 288534a4e26..cc8114614af 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.13 2003/08/08 09:34:10 jmc Exp $ +.\" $OpenBSD: nfsd.8,v 1.14 2003/10/18 21:29:27 jmc Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -40,7 +40,7 @@ server .Sh SYNOPSIS .Nm nfsd -.Op Fl rut +.Op Fl rtu .Op Fl n Ar num_servers .Sh DESCRIPTION .Nm @@ -57,6 +57,8 @@ transport are started. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl n Ar num_servers +Specifies how many servers to create (max 20). .It Fl r Register the .Tn NFS @@ -68,8 +70,6 @@ This option can be used along with the or .Fl t options to re-register NFS if the portmap server is restarted. -.It Fl n Ar num_servers -Specifies how many servers to create (max 20). .It Fl t Serve .Tn TCP NFS |