Module Name: src Committed By: uwe Date: Mon Oct 12 21:12:34 UTC 2020
Modified Files: src/doc: BUILDING.mdoc Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/BUILDING.mdoc diff -u src/doc/BUILDING.mdoc:1.128 src/doc/BUILDING.mdoc:1.129 --- src/doc/BUILDING.mdoc:1.128 Mon Oct 12 21:05:54 2020 +++ src/doc/BUILDING.mdoc Mon Oct 12 21:12:34 2020 @@ -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