aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigprocmask.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/sigprocmask.2')
-rw-r--r--lib/libc/sys/sigprocmask.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2
index 6cb7e4955f36d..7f271be7d95b2 100644
--- a/lib/libc/sys/sigprocmask.2
+++ b/lib/libc/sys/sigprocmask.2
@@ -43,9 +43,8 @@
.Sh SYNOPSIS
.In signal.h
.Ft int
-.Fo sigprocmask
-.Fa "int how" "const sigset_t * restrict set" "sigset_t * restrict oset"
-.Fc
+.Fn sigprocmask "int how" "const sigset_t * restrict set" \
+ "sigset_t * restrict oset"
.Sh DESCRIPTION
The
.Fn sigprocmask