diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/timeout.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index e9125f0e4b8..f43fddd0e08 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.22 2004/01/23 23:08:46 jmc Exp $ +.\" $OpenBSD: timeout.9,v 1.23 2005/09/30 18:41:32 jmc Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -31,7 +31,8 @@ .Nm timeout_add , .Nm timeout_del , .Nm timeout_pending , -.Nm timeout_initialized +.Nm timeout_initialized , +.Nm timeout_triggered .Nd execute a function after a specified period of time .Sh SYNOPSIS .Fd #include <sys/types.h> |