diff options
author | 2003-09-04 23:35:47 +0000 | |
---|---|---|
committer | 2003-09-04 23:35:47 +0000 | |
commit | fb59307b05dec7a1a1144bc625470f857c009d81 (patch) | |
tree | 0532f95bd85f2bdea9dc4c94aaa8f8afa50ffa3d /lib/libc/sys | |
parent | put escapes in the right place; (diff) | |
download | wireguard-openbsd-fb59307b05dec7a1a1144bc625470f857c009d81.tar.xz wireguard-openbsd-fb59307b05dec7a1a1144bc625470f857c009d81.zip |
typo.
ok jmc@
Diffstat (limited to 'lib/libc/sys')
-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 |