Skip to content

Commit

Permalink
dhcp-eval.5: fix typo: greater then -> greater than
Browse files Browse the repository at this point in the history
Change-Id: I90a91f5392cfe6b07c0fab8ce34c8ceead2ce548
  • Loading branch information
csimons authored and sambuc committed Oct 27, 2018
1 parent d189cd4 commit c38c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/bsd/dhcp/dist/common/dhcp-eval.5
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c38c77c

Please sign in to comment.