summaryrefslogtreecommitdiffstats
path: root/man3/sigpause.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigpause.3')
-rw-r--r--man3/sigpause.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/sigpause.3 b/man3/sigpause.3
index 7c1d78d3f..3d842df4a 100644
--- a/man3/sigpause.3
+++ b/man3/sigpause.3
@@ -20,7 +20,7 @@ Standard C library
.SH DESCRIPTION
Don't use this function.
Use
-.BR sigsuspend (2)
+.MR sigsuspend 2
instead.
.P
The function
@@ -39,7 +39,7 @@ set to
.BR EINTR .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -89,7 +89,7 @@ Since glibc 2.19, only the System V version is exposed by
applications that formerly used the BSD
.BR sigpause ()
should be amended to use
-.BR sigsuspend (2).
+.MR sigsuspend 2 .
.\"
.\" For the BSD version, one usually uses a zero
.\" .I sigmask
@@ -110,16 +110,16 @@ from the process's signal mask.
.\" __xpg_sigpause: UNIX 95, spec 1170, SVID, SVr4, XPG
The unfortunate situation with two incompatible functions with the
same name was solved by the
-.BR \%sigsuspend (2)
+.MR sigsuspend 2
function, that takes a
.I "sigset_t\ *"
argument (instead of an
.IR int ).
.SH SEE ALSO
-.BR kill (2),
-.BR sigaction (2),
-.BR sigprocmask (2),
-.BR sigsuspend (2),
-.BR sigblock (3),
-.BR sigvec (3),
-.BR feature_test_macros (7)
+.MR kill 2 ,
+.MR sigaction 2 ,
+.MR sigprocmask 2 ,
+.MR sigsuspend 2 ,
+.MR sigblock 3 ,
+.MR sigvec 3 ,
+.MR feature_test_macros 7