summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-09-29 17:41:50 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-09-29 17:41:50 +0000
commit74aa7363900d27b11720d73b6183d8e87921d407 (patch)
tree90d1962e5d6e0c00203bcb42ef4c641e27e0244b
parenta3b9bbf6bc6a9d8bb5fbb43817ef5a0a238a1278 (diff)
the on/off argument to .Sm is not a flag; ok jmc
-rw-r--r--share/man/man7/mdoc.samples.78
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