summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2017-04-13 21:49:11 +0000
committermillert <millert@openbsd.org>2017-04-13 21:49:11 +0000
commitb6082ba90af9101c1cb947f9124b18df236f4b6c (patch)
tree90dad9fed8db16d0e0df9759b1d0fec954790cc5 /lib/libc
parentUse the non-interrupt-safe pool allocator for the vp pool to avoid runninng (diff)
downloadwireguard-openbsd-b6082ba90af9101c1cb947f9124b18df236f4b6c.tar.xz
wireguard-openbsd-b6082ba90af9101c1cb947f9124b18df236f4b6c.zip
Xr sigprocmask(2) not the obsolete sigsetmask(3)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/execve.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 8ed94b3e789..5deb91919ee 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: execve.2,v 1.49 2016/09/12 00:54:30 schwarze Exp $
+.\" $OpenBSD: execve.2,v 1.50 2017/04/13 21:49:11 millert Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)execve.2 8.3 (Berkeley) 1/24/94
.\"
-.Dd $Mdocdate: September 12 2016 $
+.Dd $Mdocdate: April 13 2017 $
.Dt EXECVE 2
.Os
.Sh NAME
@@ -201,7 +201,7 @@ see
.It signal mask
see
.Xr sigaction 2 ,
-.Xr sigsetmask 3
+.Xr sigprocmask 2
.El
.Pp
When a program is executed as a result of an