Module Name: src
Committed By: rillig
Date: Sun Jan 1 17:17:09 UTC 2023
Modified Files:
src/usr.bin/make: make.1
Log Message:
make.1: use consistent markup for boolean flags
To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.352 src/usr.bin/make/make.1:1.353
--- src/usr.bin/make/make.1:1.352 Sun Jan 1 17:15:07 2023
+++ src/usr.bin/make/make.1 Sun Jan 1 17:17:09 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.352 2023/01/01 17:15:07 rillig Exp $
+.\" $NetBSD: make.1,v 1.353 2023/01/01 17:17:09 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1034,17 +1034,17 @@ does not create
files in
.Sq Va .CURDIR .
This can be overridden by setting
-.Va bf
+.Ar bf
to a value which represents true.
.It Cm missing-meta= Ns Ar bf
If
-.Va bf
+.Ar bf
is true, a missing
.Pa .meta
file makes the target out-of-date.
.It Cm missing-filemon= Ns Ar bf
If
-.Va bf
+.Ar bf
is true, missing filemon data makes the target out-of-date.
.It Cm nofilemon
Do not use
@@ -1071,7 +1071,7 @@ See also
.Ic .NOMETA_CMP .
.It Cm silent= Ns Ar bf
If
-.Va bf
+.Ar bf
is true, when a .meta file is created, mark the target
.Ic .SILENT .
.It Cm randomize-targets