aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strerror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strerror.3')
-rw-r--r--man3/strerror.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3
index 731221fb22..5dfe76f695 100644
--- a/man3/strerror.3
+++ b/man3/strerror.3
@@ -70,7 +70,7 @@ Feature Test Macro Requirements for glibc (see
.BR strerror_r ():
.nf
The XSI-compliant version is provided if:
- (_POSIX_C_SOURCE\ >=\ 200112L) && !\ _GNU_SOURCE
+ (_POSIX_C_SOURCE >= 200112L) && ! _GNU_SOURCE
Otherwise, the GNU-specific version is provided.
.fi
.SH DESCRIPTION