diff options
-rw-r--r-- | lib/libc/sys/getrlimit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 9ce1de587fd..25d3dabbaa2 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrlimit.2,v 1.13 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: getrlimit.2,v 1.14 2003/09/04 23:35:47 tdeval Exp $ .\" $NetBSD: getrlimit.2,v 1.8 1995/10/12 15:40:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -143,7 +143,7 @@ if this signal is not caught by a handler using the signal stack, this signal will kill the process. .Pp -A file I/O operation that would create a file larger that the process' +A file I/O operation that would create a file larger than the process' soft limit will cause the write to fail and a signal .Dv SIGXFSZ to be |