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): Fix some obviously wrong uses of .Va



details:   https://anonhg.NetBSD.org/src/rev/2198928d7d5b
branches:  trunk
changeset: 368947:2198928d7d5b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Aug 14 08:49:00 2022 +0000

description:
make(1): Fix some obviously wrong uses of .Va

diffstat:

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

diffs (72 lines):

diff -r fc9ecdbb54fa -r 2198928d7d5b usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Aug 14 08:45:56 2022 +0000
+++ b/usr.bin/make/make.1       Sun Aug 14 08:49:00 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.317 2022/08/14 04:17:09 rillig Exp $
+.\"    $NetBSD: make.1,v 1.318 2022/08/14 08:49:00 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -79,7 +79,7 @@
 .Pp
 .Nm
 prepends the contents of the
-.Va MAKEFLAGS
+.Ev MAKEFLAGS
 environment variable to the command line arguments before parsing them.
 .Pp
 The options are as follows:
@@ -108,7 +108,7 @@
 Unless the flags are preceded by
 .Ql \-
 they are added to the
-.Va MAKEFLAGS
+.Ev MAKEFLAGS
 environment variable and will be processed by any child make processes.
 By default, debugging information is printed to standard error,
 but this can be changed using the
@@ -400,7 +400,7 @@
 Don't export variables passed on the command line to the environment
 individually.
 Variables passed on the command line are still exported via the
-.Va MAKEFLAGS
+.Ev MAKEFLAGS
 environment variable.
 This option may be useful on systems which have a small limit on the
 size of command arguments.
@@ -1360,7 +1360,7 @@
 using
 .Xr gmtime 3 .
 If a
-.Va utc
+.Ar utc
 value is not provided or is 0, the current time is used.
 .It Cm \&:hash
 Computes a 32-bit hash of the value and encode it as hex digits.
@@ -1370,7 +1370,7 @@
 using
 .Xr localtime 3 .
 If a
-.Va utc
+.Ar utc
 value is not provided or is 0, the current time is used.
 .It Cm \&:tA
 Attempts to convert variable to an absolute path using
@@ -1590,7 +1590,7 @@
 Saves the current variable value in
 .Ql $_
 or the named
-.Va var
+.Ar var
 for later reference.
 Example usage:
 .Bd -literal -offset indent
@@ -1833,7 +1833,7 @@
 The opposite of
 .Ql .export .
 The specified global
-.Va variable
+.Ar variable
 will be removed from
 .Va .MAKE.EXPORTED .
 If no variable list is provided, all globals are unexported,



Home | Main Index | Thread Index | Old Index