aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/mbuf.9
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-07-24 07:32:23 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-07-24 07:32:23 +0000
commit1cb58a0783095abfde54fea1f242b5f102d51fc7 (patch)
treee1bf1ef02185bd5eb1dbf9f285070a3f33c2054e /share/man/man9/mbuf.9
parentb0ed6228b3be754aa4703c3c9f8b3dc946b40a49 (diff)
downloadsrc-1cb58a0783095abfde54fea1f242b5f102d51fc7.tar.gz
src-1cb58a0783095abfde54fea1f242b5f102d51fc7.zip
Notes
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r--share/man/man9/mbuf.95
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index e80df0df922b..e2d386596a87 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 15, 2006
+.Dd July 24, 2006
.Dt MBUF 9
.Os
.\"
@@ -229,9 +229,8 @@ types are defined as follows:
.Bd -literal
/* mbuf types */
#define MT_DATA 1 /* dynamic (data) allocation */
-#define MT_HEADER 2 /* packet header */
+#define MT_HEADER MT_DATA /* packet header */
#define MT_SONAME 8 /* socket name */
-#define MT_FTABLE 11 /* fragment reassembly header */
#define MT_CONTROL 14 /* extra-data protocol message */
#define MT_OOBDATA 15 /* expedited data */
.Ed