Module Name:    src
Committed By:   wiz
Date:           Wed Nov 16 22:43:27 UTC 2011

Modified Files:
        src/lib/libc/sys: getrlimit.2

Log Message:
Remove trailing whitespace. Merge two EINVAL entries.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/getrlimit.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/getrlimit.2
diff -u src/lib/libc/sys/getrlimit.2:1.33 src/lib/libc/sys/getrlimit.2:1.34
--- src/lib/libc/sys/getrlimit.2:1.33	Tue Nov 15 22:45:26 2011
+++ src/lib/libc/sys/getrlimit.2	Wed Nov 16 22:43:27 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getrlimit.2,v 1.33 2011/11/15 22:45:26 christos Exp $
+.\"	$NetBSD: getrlimit.2,v 1.34 2011/11/16 22:43:27 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -183,9 +183,7 @@ is invalid.
 .It Bq Er EINVAL
 Specified
 .Fa resource
-was invalid.
-.It Bq Er EINVAL
-In the
+was invalid; or, in the
 .Fn setrlimit
 call, the specified
 .Fa rlim_cur
@@ -233,6 +231,6 @@ function call appeared in
 .Sh BUGS
 The resource limit
 .Dv RLIMIT_RSS
-is not implemented in 
-.Xr uvm 9 
+is not implemented in
+.Xr uvm 9
 which means that process memory size limits are not enforced.

Reply via email to