From fb7e9f208def2c7ff8c1b4857e9e1ca0a8af7525 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:31 +0200 Subject: [PATCH] timer_create.2: SYNOPSIS: Document why more than one header is needed Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/timer_create.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 7f81914c2..9d3534570 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -28,7 +28,7 @@ timer_create \- create a POSIX per-process timer .SH SYNOPSIS .nf -.B #include +.BR "#include " " /* Definition of " SIGEV_* " constants */" .B #include .PP .BI "int timer_create(clockid_t " clockid ", struct sigevent *restrict " sevp ,