summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getrlimit.2
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/getrlimit.2
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/sys/getrlimit.2')
-rw-r--r--lib/libc/sys/getrlimit.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index ceac426..9b76214 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -55,7 +55,7 @@ and each process it creates may be obtained with the
.Fn getrlimit
call, and set with the
.Fn setrlimit
-call.
+call.
.Pp
The
.Fa resource
@@ -104,7 +104,7 @@ A resource limit is specified as a soft limit and a hard limit. When a
soft limit is exceeded a process may receive a signal (for example, if
the cpu time or file size is exceeded), but it will be allowed to
continue execution until it reaches the hard limit (or modifies
-its resource limit). The
+its resource limit). The
.Em rlimit
structure is used to specify the hard and soft limits on a resource,
.Bd -literal -offset indent
@@ -115,9 +115,9 @@ struct rlimit {
.Ed
.Pp
Only the super-user may raise the maximum limits. Other users
-may only alter
+may only alter
.Fa rlim_cur
-within the range from 0 to
+within the range from 0 to
.Fa rlim_max
or (irreversibly) lower
.Fa rlim_max .
OpenPOWER on IntegriCloud