Module Name:    src
Committed By:   rillig
Date:           Sun Aug 14 19:26:39 UTC 2022

Modified Files:
        src/usr.bin/make: make.1

Log Message:
make.1: fix accidental removal of the directive 'export'


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 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.322 src/usr.bin/make/make.1:1.323
--- src/usr.bin/make/make.1:1.322	Sun Aug 14 10:14:58 2022
+++ src/usr.bin/make/make.1	Sun Aug 14 19:26:39 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.322 2022/08/14 10:14:58 uwe Exp $
+.\"	$NetBSD: make.1,v 1.323 2022/08/14 19:26:39 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -1810,9 +1810,9 @@ This is not affected by the
 flag, so should be used with caution.
 For compatibility with other
 .Nm
-programs
-.Ar variable\| Ns Cm \&= Ns Ar value
-is also accepted.
+programs,
+.Cm export Ar variable\| Ns Cm \&= Ns Ar value
+(without leading dot) is also accepted.
 .Pp
 Appending a variable name to
 .Va .MAKE.EXPORTED

Reply via email to