diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-05 13:21:30 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-05 13:22:01 +0100 |
| commit | 1dd0d7b4e4c99235f5e9a7aa8b9eb8aff266de0c (patch) | |
| tree | 2fe3c1070373f275249a0586421a1516b82de812 /man2/timer_create.2 | |
| parent | ba2c475246282a40ec1501edab13313748ed9769 (diff) | |
| download | man-pages-1dd0d7b4e4c99235f5e9a7aa8b9eb8aff266de0c.tar.gz | |
Various pages: ffix: More layout consistency fixes for FTMs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timer_create.2')
| -rw-r--r-- | man2/timer_create.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 2184793cd9..abd561c0e5 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -43,7 +43,9 @@ Feature Test Macro Requirements for glibc (see .RE .PP .BR timer_create (): -_POSIX_C_SOURCE\ >=\ 199309L +.nf + _POSIX_C_SOURCE\ >=\ 199309L +.fi .SH DESCRIPTION .BR timer_create () creates a new per-process interval timer. |
