summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-28 06:53:19 +0000
committermpp <mpp@FreeBSD.org>1997-01-28 06:53:19 +0000
commit430352cbbc8f00d30e1feae21073f45dbf0de0e5 (patch)
tree193741bdb6ebccd793fdd08a4ed90acc78c1155b /share
parent7fa7059be801535de50a40635a8f45de3c1fa842 (diff)
downloadFreeBSD-src-430352cbbc8f00d30e1feae21073f45dbf0de0e5.zip
FreeBSD-src-430352cbbc8f00d30e1feae21073f45dbf0de0e5.tar.gz
Update to reflect current acct.h.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/acct.59
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5
index 7cb4c3d..d6eccf4 100644
--- a/share/man/man5/acct.5
+++ b/share/man/man5/acct.5
@@ -56,15 +56,16 @@ to the accounting file.
*/
typedef u_short comp_t;
+#define AC_COMM_LEN 16
struct acct {
- char ac_comm[10]; /* name of command */
+ char ac_comm[AC_COMM_LEN]; /* command name */
comp_t ac_utime; /* user time */
comp_t ac_stime; /* system time */
comp_t ac_etime; /* elapsed time */
time_t ac_btime; /* starting time */
uid_t ac_uid; /* user id */
gid_t ac_gid; /* group id */
- short ac_mem; /* memory usage average */
+ short ac_mem; /* average memory usage */
comp_t ac_io; /* count of IO blocks */
dev_t ac_tty; /* controlling tty */
#define AFORK 0x01 /* forked but not execed */
@@ -80,10 +81,6 @@ struct acct {
* This is not necessarily equal to hz.
*/
#define AHZ 64
-
-#ifdef KERNEL
-struct vnode *acctp;
-#endif
.Ed
.Pp
If a terminated process was created by an
OpenPOWER on IntegriCloud