Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/tmac Avoid using \\n(C? in .lV, as it may not be initi...
details: https://anonhg.NetBSD.org/src/rev/e5b97c090503
branches: trunk
changeset: 486094:e5b97c090503
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat May 13 04:27:16 2000 +0000
description:
Avoid using \\n(C? in .lV, as it may not be initialized yet. Instead call
.aT to determine the argument type, as in .bV.
diffstat:
share/tmac/doc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3a80085e67df -r e5b97c090503 share/tmac/doc
--- a/share/tmac/doc Sat May 13 04:00:48 2000 +0000
+++ b/share/tmac/doc Sat May 13 04:27:16 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc,v 1.23 1999/03/24 08:06:26 mycroft Exp $
+.\" $NetBSD: doc,v 1.24 2000/05/13 04:27:16 mycroft Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1945,7 +1945,8 @@
. \}
. \}
. el \{\
-. ie \\n(C\\n(aP==1 .nr o\\n(lC \\n(\\*(tS
+. if \\n(sW==2 .aT \\*(tS
+. ie \\n(aT==1 .nr o\\n(lC \\n(\\*(tS
. el .nr o\\n(lC \\*(tS
. \}
. \}
Home |
Main Index |
Thread Index |
Old Index