diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-05 13:23:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-05 13:23:01 +0000 |
commit | c15d8d4af5ce09eac2957b139d1dc924ff82ce35 (patch) | |
tree | c89501d32a3bc0a70bf83ce6e744f7fa4744e57c /share | |
parent | e7139c479a49b073f6117a69cebfa912ad24f6e7 (diff) |
Xr spl(9)
Diffstat (limited to 'share')
-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 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 |