Reviewed by:

Submitted by:
Added a accton man page. Changed the Makefile to install the man page
as accton.8.
This commit is contained in:
Andreas Schulz 1994-07-30 17:16:22 +00:00
parent 5c877c740d
commit 11b0eb5f0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1807
2 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= accton
NOMAN= noman
MAN8= accton.8
.include <bsd.prog.mk>

22
usr.sbin/accton/accton.8 Normal file
View File

@ -0,0 +1,22 @@
.TH ACCTON 1 "21 May 1993"
.SH NAME
.\" accton \- system accounting
accton \- system accounting
.SH SYNOPSIS
accton [\fIfile\fR]
.SH DESCRIPTION
.B accton
is a command for switching system accounting on or off.
If called with \fIfile\fR system accounting is turned on and
for every executed command a record is stored in \fIfile\fR.
If called without an argument accounting is turned off.
.SH FILES
.TP 20
/var/account/*
normal place for the accounting files.
.SH SEE ALSO
.IR acct (2),
.IR sa (8).