]> Zhao Yanbai Git Server - minix.git/commitdiff
dhcp-eval.5: fix typo: greater then -> greater than 29/3529/2
authorChristopher Simons <christopherleesimons@gmail.com>
Wed, 24 Oct 2018 03:40:51 +0000 (23:40 -0400)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 27 Oct 2018 14:56:17 +0000 (16:56 +0200)
Change-Id: I90a91f5392cfe6b07c0fab8ce34c8ceead2ce548

external/bsd/dhcp/dist/common/dhcp-eval.5

index 029f3519bb10898d405c2d2208d5c1eaa9f8ff9c..f73816941b8b4f6249876181b737f2bcc33ec53f 100644 (file)
@@ -200,7 +200,7 @@ bytes.  \fIOffset\fR and \fIlength\fR are both numeric expressions.
 If \fIdata-expr\fR, \fIoffset\fR or \fIlength\fR evaluate to null,
 then the result is also null.  If \fIoffset\fR is greater than or
 equal to the length of the evaluated data, then a zero-length data
-string is returned.  If \fIlength\fI is greater then the remaining
+string is returned.  If \fIlength\fI is greater than the remaining
 length of the evaluated data after \fIoffset\fR, then a data string
 containing all data from \fIoffset\fR to the end of the evaluated data
 is returned.