aboutsummaryrefslogtreecommitdiffstats
path: root/man2/chmod.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/chmod.2')
-rw-r--r--man2/chmod.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/chmod.2 b/man2/chmod.2
index b0238ca39f..38d523030d 100644
--- a/man2/chmod.2
+++ b/man2/chmod.2
@@ -54,24 +54,24 @@ Feature Test Macro Requirements for glibc (see
.nf
.BR fchmod ():
Since glibc 2.24:
- _POSIX_C_SOURCE\ >=\ 199309L
+ _POSIX_C_SOURCE >= 199309L
.\" || (_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED)
Glibc 2.19 to 2.23
_POSIX_C_SOURCE
Glibc 2.16 to 2.19:
_BSD_SOURCE || _POSIX_C_SOURCE
Glibc 2.12 to 2.16:
- _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
+ _BSD_SOURCE || _XOPEN_SOURCE >= 500
|| _POSIX_C_SOURCE >= 200809L
Glibc 2.11 and earlier:
- _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
+ _BSD_SOURCE || _XOPEN_SOURCE >= 500
.\" || (_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED)
.fi
.PP
.BR fchmodat ():
.nf
Since glibc 2.10:
- _POSIX_C_SOURCE\ >=\ 200809L
+ _POSIX_C_SOURCE >= 200809L
Before glibc 2.10:
_ATFILE_SOURCE
.fi