diff options
Diffstat (limited to 'man2/timer_create.2')
| -rw-r--r-- | man2/timer_create.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 67f00070f0..8bc5425e83 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -54,7 +54,7 @@ _POSIX_C_SOURCE\ >=\ 199309L creates a new per-process interval timer. The ID of the new timer is returned in the buffer pointed to by .IR timerid , -which must be a non-NULL pointer. +which must be a non-null pointer. This ID is unique within the process, until the timer is deleted. The new timer is initially disarmed. |
