summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-06-05 13:23:00 +0000
committeraaron <aaron@openbsd.org>2000-06-05 13:23:00 +0000
commit303c07092023dc214d0b4539fc142c7bdf0f0403 (patch)
treedb70ddde5bc47dba267b0412fccb5bb67fd06401
parentcorrect option parser typo. -f, not -b. (diff)
downloadwireguard-openbsd-303c07092023dc214d0b4539fc142c7bdf0f0403.tar.xz
wireguard-openbsd-303c07092023dc214d0b4539fc142c7bdf0f0403.zip
Xr spl(9)
-rw-r--r--share/man/man9/timeout.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 511173679d4..7a6aedf9ac1 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.9,v 1.7 2000/06/05 07:24:08 art Exp $
+.\" $OpenBSD: timeout.9,v 1.8 2000/06/05 13:23:00 aaron Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -140,7 +140,8 @@ These functions are implemented in the file
.Pa sys/kern/kern_timeout.c .
.Sh SEE ALSO
.Xr hz 9 ,
-.Xr sleep 9
+.Xr sleep 9 ,
+.Xr spl 9
.Sh BUGS
The
.Fn timeout_add