From 87b60ffe3982490d33cdf06d11ecf8f6d9d464d1 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 2 Dec 2019 20:39:40 +0000 Subject: [PATCH] Fix a typo (upto --> up to) and reword to improve word flow. MFC after: 3 days --- contrib/ipfilter/man/ipf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5 index 7ba0a9cdca2..734b2b20ade 100644 --- a/contrib/ipfilter/man/ipf.5 +++ b/contrib/ipfilter/man/ipf.5 @@ -1191,7 +1191,7 @@ pass in log or-block first quick proto tcp from any \\ .fi .PP By default, IPFilter will only log the header portion of a packet received -on the network. A portion of the body of a packet, upto 128 bytes, can also +on the network. Up to 128 bytes of a packet's body can also be logged with the body keyword. ipmon(8) will display the contents of the portion of the body logged in hex. .PP