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:
parent
0924c4e7be
commit
6cb2966a5c
@ -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
22
usr.sbin/accton/accton.8
Normal 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).
|
||||
|
Loading…
Reference in New Issue
Block a user