Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/tmac Ross points out that removing the .ne inside .It ...
details: https://anonhg.NetBSD.org/src/rev/2dde078ed7ae
branches: trunk
changeset: 467400:2dde078ed7ae
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Mar 24 08:06:26 1999 +0000
description:
Ross points out that removing the .ne inside .It can cause widows in troff
mode. So, put it back -- in troff mode only -- but preceded by an explicit
break to prevent the widows previously mentioned.
diffstat:
share/tmac/doc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 05bcf3a1962c -r 2dde078ed7ae share/tmac/doc
--- a/share/tmac/doc Wed Mar 24 06:46:30 1999 +0000
+++ b/share/tmac/doc Wed Mar 24 08:06:26 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc,v 1.22 1999/03/23 06:44:38 mycroft Exp $
+.\" $NetBSD: doc,v 1.23 1999/03/24 08:06:26 mycroft Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2018,6 +2018,8 @@
. tm Usage .Bl -list-type [-width [string] | -compact | -offset [string]] (#\\n(.c)
. tm .It \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
.\}
+.br
+.if !\\n(cR .ne 3v
.\" .tm Here is L[\\n(lC]==\\*(L\\n(lC
.ie \\n(.$>0 \{\
. ds mN It
Home |
Main Index |
Thread Index |
Old Index