From 721f0cd723063a28d3c5cdc66000001230d799cd Mon Sep 17 00:00:00 2001 From: fjoe Date: Sat, 8 Apr 2006 07:02:39 +0000 Subject: Update comment about var modifiers (add 'N' and 'O' descriptions). --- usr.bin/make/var.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 47e6404..fec988d 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1701,6 +1701,10 @@ Var_Quote(const char *str) * words which match the given . * is of the standard file * wildcarding form. + * :N + * words which do not match the given + * is of the standard file + * wildcarding form. * :S[g] * Substitute for in the value * :C[g] @@ -1716,9 +1720,8 @@ Var_Quote(const char *str) * the invocation. * :U Converts variable to upper-case. * :L Converts variable to lower-case. + * :O ("Order") Alphabeticaly sort words in variable. * :u ("uniq") Remove adjacent duplicate words. - * - * XXXHB update this comment or remove it and point to the man page. */ static char * ParseModifier(VarParser *vp, char startc, Var *v, Boolean *freeResult) -- cgit v1.1