From a99281c56dc0bdc6e63817d3a59ff781dbd050b6 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Fri, 7 Jan 2005 16:15:16 +0000 Subject: [PATCH] typo, found by Tino Reichardt --- io/io_waituntil.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_waituntil.3 b/io/io_waituntil.3 index 19e9884..062da40 100644 --- a/io/io_waituntil.3 +++ b/io/io_waituntil.3 @@ -4,7 +4,7 @@ io_waituntil \- wait for events .SH SYNTAX .B #include -void \fBio_wait\fP(tai6464 t); +void \fBio_waituntil\fP(tai6464 t); .SH DESCRIPTION io_waituntil(t) is like io_wait() but does not wait (noticeably) past time \fIt\fR. .SH "SEE ALSO"