diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 06:37:05 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 06:37:05 +0000 |
commit | d39bc7d4aec7e480f98bf4f8841e5bba9253aab1 (patch) | |
tree | 320c45e71e05549eb5ae2a8d5419955ad1dad3ee /share | |
parent | 635096a4ddf10dcd13b87cc18e6772ee47484e28 (diff) |
Better wording.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index c640a7fff64..84e090b42a5 100644 --- a/share/man/man9/mbuf_tags.9 +++ b/share/man/man9/mbuf_tags.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf_tags.9,v 1.3 2001/06/25 05:47:17 angelos Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.4 2001/06/25 06:37:04 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -153,13 +153,13 @@ forwarded the frame. Used by the .Xr gif 4 interface to detect loops in processing. -The tag contains a pointer to the gif interface that already forwarded +The tag contains a pointer to the gif interface that already processed the packet. .It PACKET_TAG_GRE Used by the .Xr gre 4 interface to detect loops in processing. -The tag contains a pointer to the gre interface that already forwarded +The tag contains a pointer to the gre interface that already processed the packet. .It PACKET_TAG_IN_PACKET_CHECKSUM Used by network cards that can compute complete packet checksums to |