diff options
author | 2000-06-05 13:24:55 +0000 | |
---|---|---|
committer | 2000-06-05 13:24:55 +0000 | |
commit | c428db56a169d54f326427433acb781318e94c77 (patch) | |
tree | aab2b274e5eb3510f889f75e33b70e210756c291 | |
parent | Xr spl(9) (diff) | |
download | wireguard-openbsd-c428db56a169d54f326427433acb781318e94c77.tar.xz wireguard-openbsd-c428db56a169d54f326427433acb781318e94c77.zip |
Err, make it splclock(9), so it's more clear to the reader.
-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 7a6aedf9ac1..c4f58e88991 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.8 2000/06/05 13:23:00 aaron Exp $ +.\" $OpenBSD: timeout.9,v 1.9 2000/06/05 13:24:55 aaron Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -141,7 +141,7 @@ These functions are implemented in the file .Sh SEE ALSO .Xr hz 9 , .Xr sleep 9 , -.Xr spl 9 +.Xr splclock 9 .Sh BUGS The .Fn timeout_add |