aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/bmake.cat1
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/bmake.cat1')
-rw-r--r--contrib/bmake/bmake.cat112
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/bmake/bmake.cat1 b/contrib/bmake/bmake.cat1
index d9723b35cf7f..73191dea7344 100644
--- a/contrib/bmake/bmake.cat1
+++ b/contrib/bmake/bmake.cat1
@@ -757,6 +757,8 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
.SHELL The pathname of the shell used to run target scripts. It
is read-only.
+ .SUFFIXES The list of known suffixes. It is read-only.
+
.TARGETS The list of targets explicitly specified on the command
line, if any.
@@ -809,8 +811,16 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
:O Orders every word in variable alphabetically.
+ :On Orders every word in variable numerically. A number followed by one
+ of `k', `M' or `G' is multiplied by the appropriate factor (1024
+ (k), 1048576 (M), or 1073741824 (G)). Both upper- and lower-case
+ letters are accepted.
+
:Or Orders every word in variable in reverse alphabetical order.
+ :Orn
+ Orders every word in variable in reverse numerical order.
+
:Ox Shuffles the words in variable. The results will be different each
time you are referring to the modified variable; use the assignment
with expansion (`:=') to prevent such behavior. For example,
@@ -1581,4 +1591,4 @@ BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
There is no way of escaping a space character in a filename.
-FreeBSD 13.0 December 22, 2020 FreeBSD 13.0
+FreeBSD 13.0 December 12, 2021 FreeBSD 13.0