diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-22 04:50:52 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-22 04:50:52 +0000 |
commit | 9a92f9cb475deeaa9143795887133742a8437851 (patch) | |
tree | 1db11dab9c708f449ea9810e62e25905b06d8660 /share/man | |
parent | ee93b5fb919b1c3a291aa29f4563ae1cd9ae5d1c (diff) | |
download | FreeBSD-src-9a92f9cb475deeaa9143795887133742a8437851.zip FreeBSD-src-9a92f9cb475deeaa9143795887133742a8437851.tar.gz |
Document that we use {} for variable expansion.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/style.Makefile.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5 index c3a3288..5e34b96 100644 --- a/share/man/man5/style.Makefile.5 +++ b/share/man/man5/style.Makefile.5 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 2005 +.Dd October 21, 2015 .Dt STYLE.MAKEFILE 5 .Os .Sh NAME @@ -117,6 +117,13 @@ i.e., no space between the variable name and the .Ic = . Keep values sorted alphabetically, if possible. .It +Variables are expanded with +.Sy {} , +not +.Sy () . +Such as +.Va ${VARIABLE} . +.It Do not use .Ic += to set variables that are only set once |