diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-08-10 10:56:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-08-10 10:56:35 +0000 |
commit | 2017b5929f934bc65a9adf2a082cdb2aa8be683c (patch) | |
tree | bdf90c7fce4bf642072b9c7410792fbb03da3e84 /usr.bin/make | |
parent | b147ccba7767252c5400970be5a9dd23ee27c151 (diff) |
document .VARIABLES
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9ed033b323c..f09ebb04cfe 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.140 2023/07/08 18:02:00 espie Exp $ +.\" $OpenBSD: make.1,v 1.141 2023/08/10 10:56:34 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: July 8 2023 $ +.Dd $Mdocdate: August 10 2023 $ .Dt MAKE 1 .Os .Sh NAME @@ -830,6 +830,8 @@ Possibly the file name of the last makefile that has been read. It should not be used; see the .Sx BUGS section below. +.It Va .VARIABLES +List of all the names of global variables that have been set. .El .Pp Variable expansion may be modified to select or modify each word of the |