diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2003-09-04 23:35:48 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2003-09-04 23:35:48 +0000 |
commit | 0338a936ef629f18c740c1ee461b35e1605eac87 (patch) | |
tree | 79f7d609dc140a21dad3b45413440ebf4e360caa /lib/libc/sys/getrlimit.2 | |
parent | 741da2d2f4dd6091c93080f4edfffa157f26df50 (diff) |
typo.
ok jmc@
Diffstat (limited to 'lib/libc/sys/getrlimit.2')
-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 |