aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpass.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpass.3')
-rw-r--r--man3/getpass.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3
index 65b2c8925f..8c0f0e20da 100644
--- a/man3/getpass.3
+++ b/man3/getpass.3
@@ -39,7 +39,7 @@ Feature Test Macro Requirements for glibc (see
.BR getpass ():
.nf
Since glibc 2.2.2:
- _XOPEN_SOURCE && ! (_POSIX_C_SOURCE\ >=\ 200112L)
+ _XOPEN_SOURCE && ! (_POSIX_C_SOURCE >= 200112L)
|| /* Glibc since 2.19: */ _DEFAULT_SOURCE
|| /* Glibc <= 2.19: */ _BSD_SOURCE
Before glibc 2.2.2: