From 2e42dfb37517430cc339eccf451bdf5ab394179f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 15 Jun 2007 21:44:10 +0000 Subject: [PATCH] tfix --- man2/getrlimit.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 7c57bda27..1ccae182a 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -177,7 +177,7 @@ Attempts to extend a file beyond this limit result in delivery of a signal. By default, this signal terminates a process, but a process can catch this signal instead, in which case the relevant system call (e.g., -.BR write (2) +.BR write (2), .BR truncate (2)) fails with the error .BR EFBIG .