getrlimit.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 10:55:44 +02:00
parent 04fd9d70a6
commit 20ae960c67
1 changed files with 3 additions and 3 deletions

View File

@ -96,14 +96,14 @@ Each resource has an associated soft and hard limit, as defined by the
structure:
.PP
.in +4n
.nf
.EX
struct rlimit {
rlim_t rlim_cur; /* Soft limit */
rlim_t rlim_max; /* Hard limit (ceiling for rlim_cur) */
};
.fi
.EE
.in
.PP
The soft limit is the value that the kernel enforces for the
corresponding resource.
The hard limit acts as a ceiling for the soft limit: