summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-08-01 15:38:02 +0000
committerschwarze <schwarze@openbsd.org>2017-08-01 15:38:02 +0000
commitf8afa31277bdb18c5e5abef2290c8429c3f747d4 (patch)
tree530a146f53094fecd9f60f302f5127e2e5bceb75 /lib/libc
parentRemove self assignment. (diff)
downloadwireguard-openbsd-f8afa31277bdb18c5e5abef2290c8429c3f747d4.tar.xz
wireguard-openbsd-f8afa31277bdb18c5e5abef2290c8429c3f747d4.zip
delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr rather
than .Fn for it, it is documented sigblock(3) as noticed by jmc@; some minor typo and punctuation cleanup while here; OK jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/compat-43/sigblock.36
-rw-r--r--lib/libc/compat-43/sigsetmask.39
2 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/compat-43/sigblock.3 b/lib/libc/compat-43/sigblock.3
index 8ddbe14c65d..7dc489faa7d 100644
--- a/lib/libc/compat-43/sigblock.3
+++ b/lib/libc/compat-43/sigblock.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: sigblock.3,v 1.19 2017/05/29 11:10:29 jmc Exp $
+.\" $OpenBSD: sigblock.3,v 1.20 2017/08/01 15:38:02 schwarze Exp $
.\"
-.Dd $Mdocdate: May 29 2017 $
+.Dd $Mdocdate: August 1 2017 $
.Dt SIGBLOCK 3
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Fn sigmask "int signum"
.Sh DESCRIPTION
.Bf -symbolic
-This interface is made obsolete by:
+This interface is made obsolete by
.Ef
.Xr sigprocmask 2 .
.Pp
diff --git a/lib/libc/compat-43/sigsetmask.3 b/lib/libc/compat-43/sigsetmask.3
index c03865c6fe4..36784d111de 100644
--- a/lib/libc/compat-43/sigsetmask.3
+++ b/lib/libc/compat-43/sigsetmask.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: sigsetmask.3,v 1.17 2017/05/29 11:10:29 jmc Exp $
+.\" $OpenBSD: sigsetmask.3,v 1.18 2017/08/01 15:38:02 schwarze Exp $
.\"
-.Dd $Mdocdate: May 29 2017 $
+.Dd $Mdocdate: August 1 2017 $
.Dt SIGSETMASK 3
.Os
.Sh NAME
@@ -37,10 +37,9 @@
.In signal.h
.Ft int
.Fn sigsetmask "int mask"
-.Fn sigmask "int signum"
.Sh DESCRIPTION
.Bf -symbolic
-This interface is made obsoleted by:
+This interface is made obsolete by
.Ef
.Xr sigprocmask 2 .
.Pp
@@ -50,7 +49,7 @@ Signals are blocked from delivery if the
corresponding bit in
.Fa mask
is a 1; the macro
-.Fn sigmask
+.Xr sigmask 3
is provided to construct the mask for a given
.Fa signum .
.Pp