diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-30 16:51:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-30 16:51:39 +0000 |
commit | 2bb590853047ee13e65dfe98ec9bcf82658dfee2 (patch) | |
tree | ec27b571b2f66ee95a03cb1f12943348597b2a69 | |
parent | 0cf0298e6f7daba143e7ba15e7337a97d7e363d0 (diff) |
zap unneeded Pp;
-rw-r--r-- | share/man/man9/mbuf.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 02ed607a5b1..f216ad58663 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.48 2011/01/30 15:20:13 stsp Exp $ +.\" $OpenBSD: mbuf.9,v 1.49 2011/01/30 16:51:38 jmc Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -93,7 +93,6 @@ .Fn M_READONLY "struct mbuf *m" .Fn M_LEADINGSPACE "struct mbuf *m" .Fn M_TRAILINGSPACE "struct mbuf *m" -.Pp .Bd -literal #define MLEN (MSIZE - sizeof(struct m_hdr)) #define MHLEN (MLEN - sizeof(struct pkthdr)) |