diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-06 13:28:48 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-06 13:46:44 +0100 |
| commit | 5c10d2c5e299011e34adb568737acfc8920fc27c (patch) | |
| tree | 284506b5e65d79343db195bc85e9a8bb20c6c5f0 /man3/wcsdup.3 | |
| parent | 2bafc702d070128b9206e5c4ce20aff56a4ede08 (diff) | |
| download | man-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/wcsdup.3')
| -rw-r--r-- | man3/wcsdup.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wcsdup.3 b/man3/wcsdup.3 index 559db57fd7..823cc18ba4 100644 --- a/man3/wcsdup.3 +++ b/man3/wcsdup.3 @@ -30,7 +30,7 @@ Feature Test Macro Requirements for glibc (see .BR wcsdup (): .nf Since glibc 2.10: - _POSIX_C_SOURCE\ >=\ 200809L + _POSIX_C_SOURCE >= 200809L Before glibc 2.10: _GNU_SOURCE .fi |
