diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-02 13:38:07 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-02 13:38:07 +0000 |
commit | bce4320132e93d13f722c69ac58e13a6235567dc (patch) | |
tree | 20b893d57f231a12e4cbd781023728c00555edee /man5/acct.5 | |
parent | 4312420d816731713e7efcd1b36a792e5f41444f (diff) |
ffix
Diffstat (limited to 'man5/acct.5')
-rw-r--r-- | man5/acct.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man5/acct.5 b/man5/acct.5 index 537cde80..4efd351b 100644 --- a/man5/acct.5 +++ b/man5/acct.5 @@ -27,7 +27,8 @@ acct \- process accounting file .B #include <sys/acct.h> .SH DESCRIPTION If the kernel is built with the process accounting option enabled -(CONFIG_BSD_PROCESS_ACCT), then calling +.B ( CONFIG_BSD_PROCESS_ACCT ), +then calling .BR acct (2) starts process accounting, for example: @@ -104,7 +105,9 @@ to convert them to seconds. .SS Version 3 Accounting File Format Since kernel 2.6.8, an optional alternative version of the accounting file can be produced -if the CONFIG_BSD_PROCESS_ACCT_V3 option is set when building the kernel. +if the +.B CONFIG_BSD_PROCESS_ACCT_V3 +option is set when building the kernel. With this option is set, the records written to the accounting file contain additional fields, and the width of |