Module Name:    src
Committed By:   lukem
Date:           Wed Jul  5 16:41:13 UTC 2023

Modified Files:
        src: BUILDING
        src/doc: BUILDING.mdoc

Log Message:
BUILDING: wording tweaks


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/BUILDING
cvs rdiff -u -r1.144 -r1.145 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/BUILDING
diff -u src/BUILDING:1.155 src/BUILDING:1.156
--- src/BUILDING:1.155	Sun Jun 11 20:34:14 2023
+++ src/BUILDING	Wed Jul  5 16:41:12 2023
@@ -93,9 +93,9 @@ FILES
                     during the build.
 
    Build tree layout
-     The NetBSD build tree is described in hier(7) (mdoc(7) source in
+     The NetBSD build tree is described in hier(7) (whose mdoc(7) source is in
      share/man/man7/hier.7), and the release layout is described in release(7)
-     (mdoc(7) source in share/man/man7/release.7).
+     (whose mdoc(7) source is in share/man/man7/release.7).
 
 CONFIGURATION
    Environment variables
@@ -218,8 +218,8 @@ CONFIGURATION
                      Default: "/tmp".
 
    "make" variables
-     Variables control the behavior of NetBSD builds are documented in
-     mk.conf(5) (mdoc(7) source in share/man/man5/mk.conf.5).
+     Variables that control the behavior of NetBSD builds are documented in
+     mk.conf(5) (whose mdoc(7) source is in share/man/man5/mk.conf.5).
 
      Unless otherwise specified, these variables may be set in either the
      process environment or the make(1) configuration file mk.conf(5)
@@ -819,4 +819,4 @@ CAVEATS
      in object directories.  Instead, one may have to manually remove the
      files.  Consult the UPDATING file for notices concerning this.
 
-NetBSD                           June 11, 2023                          NetBSD
+NetBSD                           July 5, 2023                           NetBSD

Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.144 src/doc/BUILDING.mdoc:1.145
--- src/doc/BUILDING.mdoc:1.144	Sun Jun 11 20:34:14 2023
+++ src/doc/BUILDING.mdoc	Wed Jul  5 16:41:12 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: BUILDING.mdoc,v 1.144 2023/06/11 20:34:14 lukem Exp $
+.\"	$NetBSD: BUILDING.mdoc,v 1.145 2023/07/05 16:41:12 lukem Exp $
 .\"
 .\" Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" Toolchain prefix for commands
 .ds toolprefix nb
 .
-.Dd June 11, 2023
+.Dd July 5, 2023
 .Dt BUILDING 8
 .Os NetBSD
 .\" turn off hyphenation
@@ -222,13 +222,15 @@ The
 .Nx
 build tree is described in
 .Xr hier 7
-.Xr ( mdoc 7
-source in
+(whose
+.Xr mdoc 7
+source is in
 .Pa share/man/man7/hier.7 ) ,
 and the release layout is described in
 .Xr release 7
-.Xr ( mdoc 7
-source in
+(whose
+.Xr mdoc 7
+source is in
 .Pa share/man/man7/release.7 ) .
 .
 .Sh CONFIGURATION
@@ -487,12 +489,13 @@ option.
 .
 .Ss \*qmake\*q variables
 .
-Variables control the behavior of
+Variables that control the behavior of
 .Nx
 builds are documented in
 .Xr mk.conf 5
-.Xr ( mdoc 7
-source in
+(whose
+.Xr mdoc 7
+source is in
 .Pa share/man/man5/mk.conf.5 ) .
 .Pp
 Unless otherwise specified, these variables may be set in

Reply via email to