diff options
author | 2016-01-28 22:11:39 +0000 | |
---|---|---|
committer | 2016-01-28 22:11:39 +0000 | |
commit | b724ba17d74a1529baa0a7f5763ee2c42176dae3 (patch) | |
tree | f06be570e13737c2576a2e74139036245bb6b78b | |
parent | Flip base_order to a LIST(). (diff) | |
download | wireguard-openbsd-b724ba17d74a1529baa0a7f5763ee2c42176dae3.tar.xz wireguard-openbsd-b724ba17d74a1529baa0a7f5763ee2c42176dae3.zip |
sigsuspend is section 2, not 3.
-rw-r--r-- | lib/libc/gen/alarm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 8a81d86099b..5dcee7461ac 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: alarm.3,v 1.14 2016/01/28 16:40:54 schwarze Exp $ +.\" $OpenBSD: alarm.3,v 1.15 2016/01/28 22:11:39 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -74,8 +74,8 @@ error code is placed in the global variable .Sh SEE ALSO .Xr setitimer 2 , .Xr sigaction 2 , +.Xr sigsuspend 2 , .Xr signal 3 , -.Xr sigsuspend 3 , .Xr sleep 3 , .Xr ualarm 3 .Sh STANDARDS |