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/sigqueue.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/sigqueue.3')
| -rw-r--r-- | man3/sigqueue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3 index b2da73d604..908806d88c 100644 --- a/man3/sigqueue.3 +++ b/man3/sigqueue.3 @@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see .PP .BR sigqueue (): .nf - _POSIX_C_SOURCE\ >=\ 199309L + _POSIX_C_SOURCE >= 199309L .fi .SH DESCRIPTION .BR sigqueue () |
