diff options
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index b2de996d70f..ebbf2def1b9 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.16 1999/07/01 17:07:03 aaron Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.17 1999/07/02 20:55:36 aaron Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -2021,9 +2021,10 @@ for example, this section was set with: .It \&.Pp The \&.Pp paragraph command may be used to specify a line space where necessary. -The macro is not necessary after a +The macro is not necessary before or after .Ql \&.Sh -or +macros, +after a .Ql \&.Ss macro or before a |