diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-21 21:27:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-21 21:27:23 +0000 |
commit | e306adbb9ff5a6d0c82e8d1410d32cb80db684a1 (patch) | |
tree | 5822612bc97fd240a26b9bf0466d81397a23579e /lib | |
parent | de8fc656a0c2333ca26ef58be6bca4df52f04997 (diff) |
Make struct rusage comments consistent between header file
and man page. NetBSD PR #3367
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getrusage.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index a361d1d3662..b083d3ee783 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getrusage.2,v 1.4 1995/02/27 12:33:23 cgd Exp $ +.\" $OpenBSD: getrusage.2,v 1.2 1997/03/21 21:27:21 millert Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,7 +64,7 @@ the following structure: struct rusage { struct timeval ru_utime; /* user time used */ struct timeval ru_stime; /* system time used */ - long ru_maxrss; /* integral max resident set size */ + long ru_maxrss; /* max resident set size */ long ru_ixrss; /* integral shared text memory size */ long ru_idrss; /* integral unshared data size */ long ru_isrss; /* integral unshared stack size */ |