diff options
author | 2005-09-29 17:41:49 +0000 | |
---|---|---|
committer | 2005-09-29 17:41:49 +0000 | |
commit | 43c4ae6662cdc770fbcbc0508f3a1b123ea59231 (patch) | |
tree | a111df717f02b0d75f2ffbba9c9569c8d5d0c525 /share/man/man7 | |
parent | .An only splits lines in AUTHORS; ok jmc (diff) | |
download | wireguard-openbsd-43c4ae6662cdc770fbcbc0508f3a1b123ea59231.tar.xz wireguard-openbsd-43c4ae6662cdc770fbcbc0508f3a1b123ea59231.zip |
the on/off argument to .Sm is not a flag; ok jmc
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 7b8a3e4d797..61a340a8b1f 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.66 2005/09/29 17:39:12 jaredy Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.67 2005/09/29 17:41:49 jaredy Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2064,12 +2064,12 @@ It is especially useful in situations where the .Ql \&.Ns macro may be too clumsy to use. An argument of either -.Fl on +.Cm on or -.Fl off +.Cm off must be specified, to turn spacing on or off, respectively. .Pp -.Dl Usage: .Sm -on | -off +.Dl Usage: .Sm on | off .Pp See .Sx Extended Arguments |