diff options
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index e5553110a1e..0ce1c2dc1a9 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.8 2003/03/14 19:27:48 jason Exp $ +.\" $OpenBSD: mbuf.9,v 1.9 2003/03/14 19:29:54 jason Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -58,10 +58,6 @@ .Ft struct mbuf * .Fn m_pullup2 "struct mbuf *n" "int len" .Ft struct mbuf * -.Fn m_retry "int i" "int t" -.Ft struct mbuf * -.Fn m_retryhdr "int i" "int t" -.Ft struct mbuf * .Fn m_split "struct mbuf *m0" "int len0" "int wait" .Ft struct mbuf * .Fn m_inject "struct mbuf *m0" "int len0" "int siz" "int wait" |