]> git.saurik.com Git - apple/system_cmds.git/blob - accton.tproj/accton.8
system_cmds-433.tar.gz
[apple/system_cmds.git] / accton.tproj / accton.8
1 .\" Copyright (c) 1993 Christopher G. Demetriou
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. The name of the author may not be used to endorse or promote products
13 .\" derived from this software without specific prior written permission.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 .\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .\" $Id: accton.8,v 1.2 2005/11/03 05:42:25 lindak Exp $
28 .\"
29 .Dd October 18, 1993
30 .Dt ACCTON 8
31 .Os BSD 4
32 .Sh NAME
33 .Nm accton
34 .Nd enable/disable system accounting
35 .Sh SYNOPSIS
36 .Nm accton
37 .Op Ar file
38 .Sh DESCRIPTION
39 With an argument naming an existing
40 .Ar file ,
41 .Nm accton
42 causes system accounting information for every process executed
43 to be placed at the end of the file. If no argument is given,
44 accounting is turned off.
45 .Sh SEE ALSO
46 .Xr lastcomm 1 ,
47 .Xr acct 5
48 .Sh HISTORY
49 The
50 .Nm accton
51 command has existed nearly forever, but this man page is new.