From a467eeaa1d10759e5bef69c4e920b7dfabe003bf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:39:52 +1000 Subject: [PATCH] getrlimit.2: wfix Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 3fbff0b81..645b44508 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -592,7 +592,8 @@ for the reasons described in BUGS. The name of the glibc wrapper function is .BR prlimit (); -the underlying system call is call prlimit64 (). +the underlying system call is +.BR prlimit64 (). .SH BUGS In older Linux kernels, the .B SIGXCPU