Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/common Stomp on those blank-line-inserting .ne...



details:   https://anonhg.NetBSD.org/src/rev/64839f3bcb7d
branches:  trunk
changeset: 467545:64839f3bcb7d
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Mar 25 21:19:08 1999 +0000

description:
Stomp on those blank-line-inserting .ne requests, like Charles did
for -mdoc.

diffstat:

 distrib/notes/common/macros |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d207d254ebc1 -r 64839f3bcb7d distrib/notes/common/macros
--- a/distrib/notes/common/macros       Thu Mar 25 21:13:04 1999 +0000
+++ b/distrib/notes/common/macros       Thu Mar 25 21:19:08 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: macros,v 1.1 1999/01/13 08:18:45 ross Exp $
+.\" $NetBSD: macros,v 1.2 1999/03/25 21:19:08 ross Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .      ie rHTML <h3>\\$*</h3>
 .      el \{\
 .              br
-.              ne 7P
+.              if t .ne 7P
 .              Pp
 .              Em "\\$*"
 .              Pp
@@ -78,7 +78,7 @@
 .
 .de br_ne
 .      br
-.      ne \\$1
+.      if t .ne \\$1
 ..
 .
 .



Home | Main Index | Thread Index | Old Index