diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:38 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:42 +0100 |
| commit | cdede5cdd1b0ba75135d3b32d96354026e96f866 (patch) | |
| tree | f21d7604d25b2de607ef5471e5e180094231e046 /man7/nptl.7 | |
| parent | f29fc8dcf0da15a596a7cdc7e5a0b2932100b522 (diff) | |
| download | man-pages-cdede5cdd1b0ba75135d3b32d96354026e96f866.tar.gz | |
Many pages: Use \[bu] instead of \(bu
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/nptl.7')
| -rw-r--r-- | man7/nptl.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/nptl.7 b/man7/nptl.7 index 784a550708..240684e637 100644 --- a/man7/nptl.7 +++ b/man7/nptl.7 @@ -26,10 +26,10 @@ which might interfere with the operation of the NPTL implementation, various glibc library functions and system call wrapper functions attempt to hide these signals from applications, as follows: -.IP \(bu 3 +.IP \[bu] 3 .B SIGRTMIN is defined with the value 34 (rather than 32). -.IP \(bu +.IP \[bu] The .BR sigwaitinfo (2), .BR sigtimedwait (2), @@ -37,13 +37,13 @@ and .BR sigwait (3) interfaces silently ignore requests to wait for these two signals if they are specified in the signal set argument of these calls. -.IP \(bu +.IP \[bu] The .BR sigprocmask (2) and .BR pthread_sigmask (3) interfaces silently ignore attempts to block these two signals. -.IP \(bu +.IP \[bu] The .BR sigaction (2), .BR pthread_kill (3), @@ -52,7 +52,7 @@ and interfaces fail with the error .B EINVAL (indicating an invalid signal number) if these signals are specified. -.IP \(bu +.IP \[bu] .BR sigfillset (3) does not include these two signals when it creates a full signal set. .\" |
