diff options
Diffstat (limited to 'man2/timer_create.2')
| -rw-r--r-- | man2/timer_create.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 7e08911b9b..0d6360253b 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -238,12 +238,12 @@ is implemented within glibc, rather than the kernel. The timer IDs presented at user level are maintained by glibc, which maps these IDs to the timer IDs employed by the kernel. .\" See the glibc source file kernel-posix-timers.h for the structure -.\" that glibc uses to map userspace timer IDs to kernel timer IDs +.\" that glibc uses to map user-space timer IDs to kernel timer IDs .\" The kernel-level timer ID is exposed via siginfo.si_tid. .PP The POSIX timers system calls first appeared in Linux 2.6. Prior to this, -glibc provided an incomplete userspace implementation +glibc provided an incomplete user-space implementation .RB ( CLOCK_REALTIME timers only) using POSIX threads, and current glibc falls back to this implementation on systems |
