diff options
Diffstat (limited to 'contrib/isc-dhcp/common/dhcp-eval.5')
-rw-r--r-- | contrib/isc-dhcp/common/dhcp-eval.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/isc-dhcp/common/dhcp-eval.5 b/contrib/isc-dhcp/common/dhcp-eval.5 index cbb7745..e87c617 100644 --- a/contrib/isc-dhcp/common/dhcp-eval.5 +++ b/contrib/isc-dhcp/common/dhcp-eval.5 @@ -261,10 +261,10 @@ hexadecimal value can be specified with '\xnn', where nn is any positive hexadecimal number less than 0xff. .RE .PP -.I colon-seperated hexadecimal list +.I colon-separated hexadecimal list .PP .RS 0.25i -A list of hexadecimal octet values, seperated by colons, may be +A list of hexadecimal octet values, separated by colons, may be specified as a data expression. .RE .PP @@ -300,7 +300,7 @@ address. .RS 0.25i Converts the result of evaluating data-expr2 into a text string containing one number for each element of the result of evaluating -data-expr2. Each number is seperated from the other by the result of +data-expr2. Each number is separated from the other by the result of evaluating data-expr1. The result of evaluating numeric-expr1 specifies the base (2 through 16) into which the numbers should be converted. The result of evaluating numeric-expr2 specifies the @@ -421,7 +421,7 @@ Logging statements may be used to send information to the standard logging channels. A logging statement includes an optional priority (\fBfatal\fR, \fBerror\fR, \fBinfo\fR, or \fBdebug\fR), and a data expression. .PP -.B log (\fIpriority\fB, \fIdata-expr\FB)\fR +.B log (\fIpriority\fB, \fIdata-expr\fB)\fR .PP Logging statements take only a single data expression argument, so if you want to output multiple data values, you will need to use the \fBconcat\fR |