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 /man2/timer_create.2 | |
| 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 'man2/timer_create.2')
| -rw-r--r-- | man2/timer_create.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index abd561c0e5..4e13f566f6 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -44,7 +44,7 @@ Feature Test Macro Requirements for glibc (see .PP .BR timer_create (): .nf - _POSIX_C_SOURCE\ >=\ 199309L + _POSIX_C_SOURCE >= 199309L .fi .SH DESCRIPTION .BR timer_create () |
