Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Fix header inversion caused by untracke...



details:   https://anonhg.NetBSD.org/src/rev/0bf4a72236b3
branches:  trunk
changeset: 472172:0bf4a72236b3
user:      ross <ross%NetBSD.org@localhost>
date:      Fri Apr 23 22:47:16 1999 +0000

description:
Fix header inversion caused by untracked macro package change.

diffstat:

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

diffs (18 lines):

diff -r b49029260192 -r 0bf4a72236b3 distrib/notes/common/macros
--- a/distrib/notes/common/macros       Fri Apr 23 21:34:53 1999 +0000
+++ b/distrib/notes/common/macros       Fri Apr 23 22:47:16 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: macros,v 1.2 1999/03/25 21:19:08 ross Exp $
+.\" $NetBSD: macros,v 1.3 1999/04/23 22:47:16 ross Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .\" second-level subsection macro (third-level section)
 .
 .de Ss2
-.      ie rHTML <h3>\\$*</h3>
+.      ie rHTML <h5>\\$*</h5>
 .      el \{\
 .              br
 .              if t .ne 7P



Home | Main Index | Thread Index | Old Index