diff options
author | 1999-07-02 20:55:36 +0000 | |
---|---|---|
committer | 1999-07-02 20:55:36 +0000 | |
commit | 31e9e3bf598c21e823e4579030f9458f9f1b7a31 (patch) | |
tree | 57c5211ec5977816382a6976009d9171e27bfe33 | |
parent | Significant cleanups in the way TCP is made to handle multiple network (diff) | |
download | wireguard-openbsd-31e9e3bf598c21e823e4579030f9458f9f1b7a31.tar.xz wireguard-openbsd-31e9e3bf598c21e823e4579030f9458f9f1b7a31.zip |
.Pp macros are not necessary before .Sh macros, either
-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 |