Update to reflect current include files.

This commit is contained in:
Mike Pritchard 1997-01-30 21:31:52 +00:00
parent 13f11c9ee5
commit d04f83f2e2

View file

@ -102,8 +102,8 @@ its resource limit). The
structure is used to specify the hard and soft limits on a resource,
.Bd -literal -offset indent
struct rlimit {
quad_t rlim_cur; /* current (soft) limit */
quad_t rlim_max; /* hard limit */
rlim_t rlim_cur; /* current (soft) limit */
rlim_t rlim_max; /* maximum value for rlim_cur */
};
.Ed
.Pp