diff options
author | 2003-06-28 18:15:59 +0000 | |
---|---|---|
committer | 2003-06-28 18:15:59 +0000 | |
commit | e16b4eb89e45bf428db357851728aa21426db660 (patch) | |
tree | 0e3149f647bbe904e3afb100174c19d8eb456e84 | |
parent | add emulations for slinear:8 and ulinear:8; ok miod (diff) | |
download | wireguard-openbsd-e16b4eb89e45bf428db357851728aa21426db660.tar.xz wireguard-openbsd-e16b4eb89e45bf428db357851728aa21426db660.zip |
fixes a bug that was causing random blank lines in man pages;
diff taken from netbsd (mycroft@);
many thanks to wiz@netbsd for pointing me in this direction;
ok deraadt@
-rw-r--r-- | share/tmac/mdoc/doc | 3 | ||||
-rw-r--r-- | share/tmac/mdoc/doc-nroff | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/tmac/mdoc/doc b/share/tmac/mdoc/doc index 92fcd56db47..f139990d366 100644 --- a/share/tmac/mdoc/doc +++ b/share/tmac/mdoc/doc @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc,v 1.6 2003/06/02 23:30:16 millert Exp $ +.\" $OpenBSD: doc,v 1.7 2003/06/28 18:15:59 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1940,7 +1940,6 @@ . tm .It \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 .\} .\" .tm Here is L[\\n(lC]==\\*(L\\n(lC -.ne 3v .ie \\n(.$>0 \{\ . ds mN It . ds b1 diff --git a/share/tmac/mdoc/doc-nroff b/share/tmac/mdoc/doc-nroff index cb5370f812f..2d8071b33f2 100644 --- a/share/tmac/mdoc/doc-nroff +++ b/share/tmac/mdoc/doc-nroff @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-nroff,v 1.4 2003/06/02 23:30:16 millert Exp $ +.\" $OpenBSD: doc-nroff,v 1.5 2003/06/28 18:15:59 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -128,7 +128,6 @@ .if "\\*(cH"Null" .if !"\\*(gP"Null" .as hT \&\|(\|\\*(gP\|) .ie \\n(cR \{\ . hM -. wh -1v fM .\} .el \{\ . wh 0 hM |