]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getrlimit.2: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 6 Jan 2018 22:07:18 +0000 (23:07 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 6 Jan 2018 22:07:18 +0000 (23:07 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getrlimit.2

index 75cb7cc847501ab18edc94d4fb0074f0b554fd9f..3d2c6140e2cc266532c02072fee660473f8541d3 100644 (file)
@@ -785,7 +785,7 @@ The program below demonstrates the use of
 #include <unistd.h>
 #include <sys/resource.h>
 
-#define errExit(msg)   do { perror(msg); exit(EXIT_FAILURE); \\
+#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\
                         } while (0)
 
 int