From: Ken Thompson Date: Fri, 12 Jan 1979 20:31:50 +0000 (-0500) Subject: Research V7 development X-Git-Tag: Bell-32V^2~226 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/0ac0f559ce8283d1b4ecd752405d59e2683cf743?hp=cb259a72b86f80b50fa5a7457d434cc9be4f2fcd Research V7 development Work on file usr/man/man2/acct.2 Synthesized-from: v7 --- diff --git a/usr/man/man2/acct.2 b/usr/man/man2/acct.2 new file mode 100644 index 0000000000..0d10fd5912 --- /dev/null +++ b/usr/man/man2/acct.2 @@ -0,0 +1,36 @@ +.TH ACCT 2 +.SH NAME +acct \- turn accounting on or off +.SH SYNOPSIS +.B acct(file) +.br +.B char *file; +.SH DESCRIPTION +The system is prepared to write a record +in an accounting +.I file +for each process as it terminates. +This +call, with a null-terminated string naming an existing file +as argument, turns on accounting; +records for each terminating process are appended to +.IR file . +An argument of 0 causes accounting to be turned off. +.PP +The accounting file format is given in +.IR acct (5). +.SH "SEE ALSO" +acct(5), sa(1) +.SH DIAGNOSTICS +On error \-1 is returned. +The file must exist and the call may be exercised only by the super-user. +It is erroneous to try to turn on accounting when it is already on. +.SH BUGS +No accounting is produced for programs running +when a crash occurs. +In particular nonterminating programs are never +accounted for. +.SH ASSEMBLER +(acct = 51.) +.br +.B sys acct; file