Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Add a html <name> to second-level subse...



details:   https://anonhg.NetBSD.org/src/rev/3a6b0a1f60d5
branches:  trunk
changeset: 472641:3a6b0a1f60d5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue May 04 03:33:30 1999 +0000

description:
Add a html <name> to second-level subsection macro.

diffstat:

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

diffs (18 lines):

diff -r a920cede07d2 -r 3a6b0a1f60d5 distrib/notes/common/macros
--- a/distrib/notes/common/macros       Tue May 04 03:32:55 1999 +0000
+++ b/distrib/notes/common/macros       Tue May 04 03:33:30 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: macros,v 1.3 1999/04/23 22:47:16 ross Exp $
+.\" $NetBSD: macros,v 1.4 1999/05/04 03:33:30 simonb 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 <h5>\\$*</h5>
+.      ie rHTML <h5><a name="\\$*">\\$*</a></h5>
 .      el \{\
 .              br
 .              if t .ne 7P



Home | Main Index | Thread Index | Old Index