Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Override HTML <title> to something more...



details:   https://anonhg.NetBSD.org/src/rev/57ea3dd0e92b
branches:  trunk
changeset: 848296:57ea3dd0e92b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jan 23 23:56:07 2020 +0000

description:
Override HTML <title> to something more informative.
Requested by martin@

diffstat:

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

diffs (18 lines):

diff -r 2667f869eeef -r 57ea3dd0e92b distrib/notes/common/main
--- a/distrib/notes/common/main Thu Jan 23 23:53:55 2020 +0000
+++ b/distrib/notes/common/main Thu Jan 23 23:56:07 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.561 2020/01/23 23:34:47 uwe Exp $
+.\"    $NetBSD: main,v 1.562 2020/01/23 23:56:07 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -72,6 +72,8 @@
 .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k zaurus .
 .so \*[.CURDIR]/../common/macros
 .
+.\" Override <title> for HTML output
+.if rHTML .ds title-section Installation procedure for NetBSD/\*M \*V
 .Dd \*[cur_date]
 .Dt INSTALL 8
 .Os NetBSD/\*M \*V



Home | Main Index | Thread Index | Old Index