diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:55:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:55:37 +0000 |
commit | 22b6e92aae6ea0d23546dba723905f488492149d (patch) | |
tree | 3b7528a05e26decfe795c3491a6a2d6e54dfca71 /share | |
parent | c876f9efb3b83f94108fa2967b221cbd0d561957 (diff) |
.Pp macros are not necessary before .Sh macros, either
Diffstat (limited to 'share')
-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 |