diff options
-rw-r--r-- | share/man/man9/timeout.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index f87e2a7c776..b8c38a7f914 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.5 2000/04/18 12:57:17 art Exp $ +.\" $OpenBSD: timeout.9,v 1.6 2000/06/04 17:06:14 krw Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -71,7 +71,7 @@ to be used in future calls to .Fn timeout_add and .Fn timeout_del . -The timeout will be preapared to call the function given in the +The timeout will be prepared to call the function given in the .Fa fn argument with a .Fa void * |