diff options
| author | lukem <lukem@NetBSD.org> | 2023-07-05 16:41:12 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-07-05 16:41:12 +0000 |
| commit | d5636f05e1c2d92c6c1a7961389edf8017a5d449 (patch) | |
| tree | 4b0e98f4c328cd9ca24833c4ef16745e5f05a482 | |
| parent | 1a56dc243916e9eba8e116d8e3ab663c850d4666 (diff) | |
BUILDING: wording tweaks
| -rw-r--r-- | BUILDING | 10 | ||||
| -rw-r--r-- | doc/BUILDING.mdoc | 21 |
2 files changed, 17 insertions, 14 deletions
@@ -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 diff --git a/doc/BUILDING.mdoc b/doc/BUILDING.mdoc index 287fa6822ac..9454500ddab 100644 --- a/doc/BUILDING.mdoc +++ b/doc/BUILDING.mdoc @@ -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 |
