From 882885fdffd5a43ca059c81c0d64e2a8334ae797 Mon Sep 17 00:00:00 2001 From: leitner Date: Tue, 8 Mar 2005 15:06:35 +0000 Subject: [PATCH] remove cruft --- io/iob_free.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/io/iob_free.3 b/io/iob_free.3 index 381be95..61b3813 100644 --- a/io/iob_free.3 +++ b/io/iob_free.3 @@ -8,6 +8,5 @@ void \fBiob_free\fP(io_batch* b); .SH DESCRIPTION iob_free frees all resources associated with \fIb\fR. Calling iob_free is equivalent to calling iob_reset and free. -avoiding unnecessary copying (using writev). .SH "SEE ALSO" iob_new(3), iob_reset(3)