diff options
Diffstat (limited to 'manual/time.texi')
-rw-r--r-- | manual/time.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi index e280716304..5da12c4513 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1775,10 +1775,10 @@ operand must be less than @code{RLIM_NLIMITS}. @comment sys/resource.h @comment BSD -@defvr Constant int RLIM_INFINITY +@deftypevr Constant int RLIM_INFINITY This constant stands for a value of ``infinity'' when supplied as the limit value in @code{setrlimit}. -@end defvr +@end deftypevr @c ??? Someone want to finish these? Two historical functions for setting resource limits, @code{ulimit} and |