diff options
author | ats <ats@FreeBSD.org> | 1994-07-30 17:16:22 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-07-30 17:16:22 +0000 |
commit | 0f5f00912407aaa99d3a912c5c3e8d5f6a77813c (patch) | |
tree | 1a36de22b3b60e9e85dd84dd5d95b6e42dfe77a2 | |
parent | e016b38d661bed961c7edb473560587420ac7fb8 (diff) | |
download | FreeBSD-src-0f5f00912407aaa99d3a912c5c3e8d5f6a77813c.zip FreeBSD-src-0f5f00912407aaa99d3a912c5c3e8d5f6a77813c.tar.gz |
Reviewed by:
Submitted by:
Added a accton man page. Changed the Makefile to install the man page
as accton.8.
-rw-r--r-- | usr.sbin/accton/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/accton/accton.8 | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile index 15152a6..8e3f336 100644 --- a/usr.sbin/accton/Makefile +++ b/usr.sbin/accton/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= accton -NOMAN= noman +MAN8= accton.8 .include <bsd.prog.mk> diff --git a/usr.sbin/accton/accton.8 b/usr.sbin/accton/accton.8 new file mode 100644 index 0000000..00c8fa7 --- /dev/null +++ b/usr.sbin/accton/accton.8 @@ -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). + |