From db34f4c8e657cbc48cf831fa4b7cd9dc7a397b5e Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 2 Oct 2003 18:38:23 +0000 Subject: Document the recently added `O' modifier. --- usr.bin/make/make.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 2523b0b..0c1bb83 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -652,6 +652,8 @@ This is identical to .Cm M , but selects all words which do not match the rest of the modifier. +.It Cm O +Order every word in the variable alphabetically. .It Cm Q Quotes every shell meta-character in the variable, so that it can be passed safely through recursive invocations of -- cgit v1.1