timer_create.2: Minor fixes

Add missing parenthesis
Explicitly indicate that conditions are ORed.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:33 +02:00 committed by Michael Kerrisk
parent ec28c6b988
commit 37f0c8322e
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,7 @@ If
is not NULL, it should point to a
.I pthread_attr_t
structure that defines attributes for the new thread (see
.BR pthread_attr_init (3).
.BR pthread_attr_init (3)).
.TP
.BR SIGEV_THREAD_ID " (Linux-specific)"
As for
@ -205,6 +205,7 @@ Temporary error during kernel allocation of timer structures.
Clock ID,
.IR sigev_notify ,
.IR sigev_signo ,
or
.IR sigev_notify_thread_id
is invalid.
.TP