diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:41:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-30 18:41:33 +0000 |
commit | bceb68a93fd08d31a06abe4b4dd81251e595fbb1 (patch) | |
tree | 84a57fd122c5f4531d0de28e1daf5210b079c0d6 | |
parent | a983b026a0e1c923655d4453f77b8d6c91973420 (diff) |
add timeout_triggered to .Nm;
Note: i am not touching MLINK for untimeout(9), ugly though that word is,
since it seems to have a historical basis...
-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> |