diff options
author | 2003-03-14 19:29:54 +0000 | |
---|---|---|
committer | 2003-03-14 19:29:54 +0000 | |
commit | 1276c79fc01177e73f3bedf62617e56720f63ea1 (patch) | |
tree | de3e0856b8c378a395a98e38f0d068c15c7354b7 | |
parent | This still needs work, but it's alot closer. (diff) | |
download | wireguard-openbsd-1276c79fc01177e73f3bedf62617e56720f63ea1.tar.xz wireguard-openbsd-1276c79fc01177e73f3bedf62617e56720f63ea1.zip |
dead functions
-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" |