diff options
author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 06:39:48 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 06:39:48 +0000 |
commit | 691c710bc5d398c9defea8438a9aa9245858bf36 (patch) | |
tree | 484abfe2556f281fd3c40cb4956e37832b53860a | |
parent | 866d7f280926e351e7e1fd62e962f2ed5d3b46b4 (diff) | |
download | src-691c710bc5d398c9defea8438a9aa9245858bf36.tar.gz src-691c710bc5d398c9defea8438a9aa9245858bf36.zip |
Bad reference of setrlimit(3) changed to setrlimit(2).
Notes
Notes:
svn path=/head/; revision=49734
-rw-r--r-- | usr.bin/limits/limits.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 8c589cd2e54d..29033ea1d77d 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.10 1999/03/15 15:36:56 ghelmer Exp $ +.\" $Id: limits.1,v 1.11 1999/04/13 02:32:12 ghelmer Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 @@ -273,7 +273,7 @@ as well that apply to the 'news' account, you might use: .Dl eval `limits -U news -aBec 0` .Pp As with the -.Xr setrlimit 3 +.Xr setrlimit 2 call, only the superuser may raise process "hard" resource limits. Non-root users may, however, lower them or change "soft" resource limits within to any value below the hard limit. |