Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make.1: use consistent markup for boolean flags



details:   https://anonhg.NetBSD.org/src/rev/affcf5e4b515
branches:  trunk
changeset: 372871:affcf5e4b515
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 01 17:17:09 2023 +0000

description:
make.1: use consistent markup for boolean flags

diffstat:

 usr.bin/make/make.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 1a55ff95792b -r affcf5e4b515 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Jan 01 17:15:07 2023 +0000
+++ b/usr.bin/make/make.1       Sun Jan 01 17:17:09 2023 +0000
@@ -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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index