]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fork.2: EXAMPLES: Sort includes
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 3 Apr 2022 00:34:54 +0000 (02:34 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sat, 30 Apr 2022 17:53:25 +0000 (19:53 +0200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/fork.2

index 7260d7db441c3daea6042581ed4ca9e6c325056d..e7d6748857dc8aefefa5e291c88953910f90b756 100644 (file)
@@ -301,8 +301,8 @@ for more examples.
 .\" SRC BEGIN (fork.c)
 .EX
 #include <signal.h>
-#include <stdio.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>