Actions
Bug #4704
closedthr_sigsetmask(3c): Minor typos in the man page
Start date:
2014-03-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
There is missing space between "the" and "sigprocmask(2)" here in the thr_sigsetmask(3c) man page:
Calling thesigprocmask(2) function will be the same as if thr_sigsetmask() or pthread_sigmask() has been called. POSIX leaves the semantics of the call to sigprocmask(2) unspeci- fied in a multi-threaded process, so programs that care about POSIX portability should not depend on this semantic.
Where marked below, "set" is bold, but it should be italic:
If the value of the argument set is not NULL, set points to ^^^ a set of signals that can modify the currently blocked set. If the value of set is NULL, the value of how is insignifi- cant and the thread's signal mask is unmodified; thus, thr_sigsetmask() can be used to inquire about the currently blocked signals. ... SIG_SETMASK set corresponds to the new signal mask. The current signal mask is replaced by set. ^^^
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit aa9ab05c0bbc3211e983fe34e9174559f1462665
commit aa9ab05c0bbc3211e983fe34e9174559f1462665 Author: Robert Mustacchi <rm@joyent.com> Date: 2016-03-25T23:48:16.000Z 4704 thr_sigsetmask(3c): Minor typos in the man page Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Volker A. Brandt <vab@bb-c.de> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions