diff options
author | 2013-04-08 05:55:04 +0000 | |
---|---|---|
committer | 2013-04-08 05:55:04 +0000 | |
commit | 6b94c98c9a6e46e8a91f2fdd0fe20b824b679915 (patch) | |
tree | db8e308092ffa05aeca5af12821b07bed89036d2 /lib/libc | |
parent | Use the fixed pixel clock for eDP in intel_dp_set_m_n() (diff) | |
download | wireguard-openbsd-6b94c98c9a6e46e8a91f2fdd0fe20b824b679915.tar.xz wireguard-openbsd-6b94c98c9a6e46e8a91f2fdd0fe20b824b679915.zip |
zap trailing whitespace;
Diffstat (limited to 'lib/libc')
-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 eb3c24416b8..4ceecfcff14 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrlimit.2,v 1.20 2013/04/08 03:08:38 guenther Exp $ +.\" $OpenBSD: getrlimit.2,v 1.21 2013/04/08 05:55:04 jmc Exp $ .\" $NetBSD: getrlimit.2,v 1.8 1995/10/12 15:40:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -199,7 +199,7 @@ In addition, may return the following errors: .Bl -tag -width Er .It Bq Er EINVAL -The new +The new .Fa rlim_cur is greater than the new .Fa rlim_max . |