diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index eeec24c78..a3cf85233 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -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: