getrlimit.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-01-06 23:07:18 +01:00
parent a81c452b31
commit 91aa7b79e1
1 changed files with 1 additions and 1 deletions

View 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