Source-Changes-HG archive

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

[src/trunk]: src/doc If this file is processed with real roff (doc.tmac) twea...



details:   https://anonhg.NetBSD.org/src/rev/bef3c8d3162a
branches:  trunk
changeset: 940653:bef3c8d3162a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 12 21:12:34 2020 +0000

description:
If this file is processed with real roff (doc.tmac) tweak things to
make ascii output as close to the mandoc output as possible.
There are only two diffs:
- groff renders em-dash as -- in the NAME section
- mandoc misses "NetBSD" in the "NetBSD System Manager's Manual"
  section header

diffstat:

 doc/BUILDING.mdoc |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 85b9adcf3c04 -r bef3c8d3162a doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Mon Oct 12 21:05:54 2020 +0000
+++ b/doc/BUILDING.mdoc Mon Oct 12 21:12:34 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: BUILDING.mdoc,v 1.128 2020/10/12 21:05:54 uwe Exp $
+.\"    $NetBSD: BUILDING.mdoc,v 1.129 2020/10/12 21:12:34 uwe Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -37,6 +37,16 @@
 .Dt BUILDING 8
 .Os NetBSD
 .
+.\" if this file is processed with real roff (doc.tmac)
+.\" now that the tmac files have been lazily read,
+.\" we can override ``quotes'' with "quotes" for ascii output
+.ie '\*[Lq]'``' \{\
+.ds Lq \*q
+.ds Rq \*q
+.\}
+.\" and disable hyphenation
+.nr hyphen-flags 0
+.
 .Sh NAME
 .
 .Nm BUILDING



Home | Main Index | Thread Index | Old Index