aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-06 13:28:48 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-06 13:46:44 +0100
commit5c10d2c5e299011e34adb568737acfc8920fc27c (patch)
tree284506b5e65d79343db195bc85e9a8bb20c6c5f0 /man3/printf.3
parent2bafc702d070128b9206e5c4ce20aff56a4ede08 (diff)
downloadman-pages-5c10d2c5e299011e34adb568737acfc8920fc27c.tar.gz
Various pages: Remove redundant escaping of space characters in FTM info
Since we are using .nf/.fi to bracket FTM info, escaping space characters serves no space and clutters the source. Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 635f02b421..48bb9771d1 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -63,7 +63,7 @@ Feature Test Macro Requirements for glibc (see
.BR snprintf (),
.BR vsnprintf ():
.nf
- _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE
+ _XOPEN_SOURCE >= 500 || _ISOC99_SOURCE
|| /* Glibc <= 2.19: */ _BSD_SOURCE
.fi
.PP
@@ -71,7 +71,7 @@ Feature Test Macro Requirements for glibc (see
.BR vdprintf ():
.nf
Since glibc 2.10:
- _POSIX_C_SOURCE\ >=\ 200809L
+ _POSIX_C_SOURCE >= 200809L
Before glibc 2.10:
_GNU_SOURCE
.fi