Convert to mdoc format, and rewrite most of the man page

while I was at it.
This commit is contained in:
Mike Pritchard 1996-12-21 22:21:48 +00:00
parent 958ba632fa
commit ee3704e411
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20775

View File

@ -1,22 +1,34 @@
.TH ACCTON 8 "21 May 1993" .Dd "May 21, 1993"
.SH NAME .Dt ACCTON 8
.\" accton \- system accounting .Os
accton \- system accounting .Sh NAME
.SH SYNOPSIS .Nm accton
accton [\fIfile\fR] .Nd enable/disable system accounting
.SH DESCRIPTION .Sh SYNOPSIS
.B accton .Nm accton
is a command for switching system accounting on or off. .Op Ar acctfile
If called with \fIfile\fR system accounting is turned on and .Sh DESCRIPTION
for every executed command a record is stored in \fIfile\fR. The
If called without an argument accounting is turned off. .Nm
command is used
.SH FILES for switching system accounting on or off.
.TP 20 If called with the argument
/var/account/* .Ar acctfile ,
normal place for the accounting files. system accounting is enabled and a record of
.SH SEE ALSO every process that is started by the
.Xr execve 2
.IR acct (2), system call and then later exits the system is stored in
.IR sa (8). .Ar acctfile .
The
.Xr sa 8
command may be used to examing the accounting records.
If no arguments are given, system account is disabled.
.Sh FILES
.Bl -tag -width /var/account/acct
.It Pa /var/account/acct
Default accounting file.
.El
.Sh SEE ALSO
.Xr lastcomm 1 ,
.Xr acct 2 ,
.Xr sa 8