Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common track change in -mdoc2html, and set DOC...



details:   https://anonhg.NetBSD.org/src/rev/4d0604a1826a
branches:  trunk
changeset: 521851:4d0604a1826a
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Feb 07 02:07:05 2002 +0000

description:
track change in -mdoc2html, and set DOC_XR so that .Xr macros don't
actually generate hypertext links to the man pages, like they do
know when the pages themselves are formatted. The obvious problem
is that if you aren't a man page, you don't know where the man
pages are.

diffstat:

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

diffs (17 lines):

diff -r 4c581c48cffe -r 4d0604a1826a distrib/notes/common/main
--- a/distrib/notes/common/main Thu Feb 07 01:59:14 2002 +0000
+++ b/distrib/notes/common/main Thu Feb 07 02:07:05 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.153 2002/01/30 23:25:57 gavan Exp $
+.\"    $NetBSD: main,v 1.154 2002/02/07 02:07:05 ross Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,6 +43,7 @@
 .\"    --------------------  CONFIGURATION  --------------------
 .
 .nr FOR_RELEASE 1
+.nr DOC_XR 1
 .ds MACHINE_LIST algor alpha amiga amigappc arc arm26 arm32 atari bebox cobalt
 .as MACHINE_LIST " dreamcast evbsh3 hp300 hpcmips hpcsh i386 luna68k mac68k
 .as MACHINE_LIST " macppc mmeye mvme68k news68k newsmips next68k ofppc pc532



Home | Main Index | Thread Index | Old Index