]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/signal.2: VERSIONS: The typedef-less definition of signal(2) isn't hard...
authorAlejandro Colomar <alx@kernel.org>
Sun, 5 Jan 2025 19:45:06 +0000 (20:45 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 5 Jan 2025 19:45:45 +0000 (20:45 +0100)
At least if you use typeof().

Acked-by: Jorenar <dev@jorenar.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/signal.2

index 1e0e5f6c1580bcc726c1ed90a88405f519892a8e..c8ea9a9ac16b3537bd7b0d7e77bcecd728059d01 100644 (file)
@@ -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