summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-25 05:40:40 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-25 05:40:40 +0000
commit8bc643c5b4683e2ef6b12d41e5e20f792784c14f (patch)
treeda9e547662d3f4107e94456af4ee69875ae17f34
parentdf3d3f4a57a15c68d2b6015724ee83b3f4c9196d (diff)
Update.
-rw-r--r--share/man/man9/mbuf_tags.94
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.