]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
static_assert.3: srcfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 25 Jan 2023 23:03:29 +0000 (00:03 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 26 Jan 2023 00:01:55 +0000 (01:01 +0100)
Add missing ." SRC END comment.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/static_assert.3

index 379bd2b169337415fbd105fbb05cb69c2d840d86..f2483757655158aa124f601987614fc6e54a90b9 100644 (file)
@@ -113,6 +113,7 @@ main(void)
     exit(EXIT_SUCCESS);
 }
 .EE
+.\" SRC END
 .in
 .SH SEE ALSO
 .BR assert (3)