diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:40:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:40:40 +0000 |
commit | 8bc643c5b4683e2ef6b12d41e5e20f792784c14f (patch) | |
tree | da9e547662d3f4107e94456af4ee69875ae17f34 | |
parent | df3d3f4a57a15c68d2b6015724ee83b3f4c9196d (diff) |
Update.
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index ae6d9c48519..5710ba740c8 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.1 2001/06/25 05:07:15 angelos Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.2 2001/06/25 05:40:39 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -161,7 +161,7 @@ Used by the interface to detect loops in processing. The tag contains a pointer to the gre interface that already forwarded the packet. -.It PACKET_TAG_PACKET_CHECKSUM +.It PACKET_TAG_IN_PACKET_CHECKSUM Used by network cards that can compute complete packet checksums to pass that information to higher-level protocols. The tag contains the 2 byte checksum of the packet. |