aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_kill.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_kill.3')
-rw-r--r--man3/pthread_kill.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_kill.3 b/man3/pthread_kill.3
index 9bd6d07ade..bc0a26553d 100644
--- a/man3/pthread_kill.3
+++ b/man3/pthread_kill.3
@@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR pthread_kill ():
.nf
- _POSIX_C_SOURCE\ >=\ 199506L || _XOPEN_SOURCE\ >=\ 500
+ _POSIX_C_SOURCE >= 199506L || _XOPEN_SOURCE >= 500
.fi
.SH DESCRIPTION
The