From c38c77c1ca8110aa5a86a603365b6e297afca4cd Mon Sep 17 00:00:00 2001 From: Christopher Simons Date: Tue, 23 Oct 2018 23:40:51 -0400 Subject: [PATCH] dhcp-eval.5: fix typo: greater then -> greater than Change-Id: I90a91f5392cfe6b07c0fab8ce34c8ceead2ce548 --- external/bsd/dhcp/dist/common/dhcp-eval.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/bsd/dhcp/dist/common/dhcp-eval.5 b/external/bsd/dhcp/dist/common/dhcp-eval.5 index 029f3519b..f73816941 100644 --- a/external/bsd/dhcp/dist/common/dhcp-eval.5 +++ b/external/bsd/dhcp/dist/common/dhcp-eval.5 @@ -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. -- 2.44.0