Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/acct.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 30, 2020 | .Dd March 30, 2020 | ||||
| .Dt ACCT 2 | .Dt ACCT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm acct | .Nm acct | ||||
| .Nd enable or disable process accounting | .Nd enable or disable process accounting | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In unistd.h | .In unistd.h | ||||
| .Ft int | .Ft int | ||||
| .Fn acct "const char *file" | .Fn acct "const char *file" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn acct | .Fn acct | ||||
| system call enables or disables the collection of system accounting | system call enables or disables the collection of system accounting | ||||
| records. | records. | ||||
| ▲ Show 20 Lines • Show All 86 Lines • Show Last 20 Lines | |||||