diff options
author | 1996-11-08 11:03:56 +0000 | |
---|---|---|
committer | 1996-11-08 11:03:56 +0000 | |
commit | 1076c64060e16d00d56e7b915ebfaf0744d1109e (patch) | |
tree | 48fbdf85b7f9ca7d6f552a7227c3b3f643bfcbeb | |
parent | Added protection against multiple inclusions. (diff) | |
download | wireguard-openbsd-1076c64060e16d00d56e7b915ebfaf0744d1109e.tar.xz wireguard-openbsd-1076c64060e16d00d56e7b915ebfaf0744d1109e.zip |
correct example
-rw-r--r-- | sbin/nfsd/nfsd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index ccb2cb8e974..c99ede58fa0 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.2 1996/03/21 00:16:20 niklas Exp $ +.\" $OpenBSD: nfsd.8,v 1.3 1996/11/08 11:03:56 mickey Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -85,7 +85,7 @@ clients. .El .Pp For example, -.Dq Li "nfsd -u -t 6" +.Dq Li "nfsd -u -t -n 6" serves .Tn UDP and |