From: Alejandro Colomar Date: Sun, 5 Jan 2025 19:45:06 +0000 (+0100) Subject: man/man2/signal.2: VERSIONS: The typedef-less definition of signal(2) isn't hard... X-Git-Tag: man-pages-6.10~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bbf436df2d17f23d9cb21d1fa3b644d66be597;p=thirdparty%2Fman-pages.git man/man2/signal.2: VERSIONS: The typedef-less definition of signal(2) isn't hard to read At least if you use typeof(). Acked-by: Jorenar Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/signal.2 b/man/man2/signal.2 index 1e0e5f6c1..c8ea9a9ac 100644 --- a/man/man2/signal.2 +++ b/man/man2/signal.2 @@ -110,9 +110,9 @@ or .B _DEFAULT_SOURCE (glibc 2.19 and later) is defined. -Without use of such a type, the declaration of +The standard definition of .BR signal () -is the somewhat harder to read: +is: .P .in +4n .EX