]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document changes to concat.
authorTed Lemon <source@isc.org>
Sat, 31 Jul 1999 21:37:12 +0000 (21:37 +0000)
committerTed Lemon <source@isc.org>
Sat, 31 Jul 1999 21:37:12 +0000 (21:37 +0000)
common/dhcp-eval.5

index 6c0b28e1c47530cc433d6d290ad8f734f06bb7e0..89fd9b332aa08eaa785806428e353c0a2ba365da 100644 (file)
@@ -240,13 +240,12 @@ A list of hexadecimal octet values, seperated by colons, may be
 specified as a data expression.
 .RE
 .PP
-.B concat (\fIdata-expr1\fB, \fIdata-expr2\fB)\fR
+.B concat (\fIdata-expr1\fB, ..., \fIdata-exprN\fB)\fR
 .RS 0.25i
-The two expressions are evaluated, and the result of concatenating the
-results of the two evaluations is returned.   If either subexpression
-evaluates to null, then the result is the value of the other
-expression.   If both expressions evaluate to null, then the result is
-null.
+The expressions are evaluated, and the results of each evaluation are
+concatenated in the sequence that the subexpressions are listed.   Any
+subexpression that evaluates to null is treated as a zero-length string.
+If all the arguments to concat are null, the result is also null.
 .RE
 .PP
 .B reverse (\fInumeric-expr1\fB, \fIdata-expr2\fB)\fR