summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-10-07 22:28:05 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-10-07 22:28:05 +0000
commit73acd75b8f7477bc696e7ac3487b450dd712ea1a (patch)
treed2419f321de678fade20f570a00694a45f720aec
parentcf0b6a1d7db2bfa3b95add461056a790405f1661 (diff)
- Xr acct(2) from accton(8) and vice-versa.
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@
-rw-r--r--lib/libc/sys/acct.23
-rw-r--r--usr.sbin/accton/accton.87
2 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2
index ed38f8834e5..262e2bba6a6 100644
--- a/lib/libc/sys/acct.2
+++ b/lib/libc/sys/acct.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acct.2,v 1.5 1999/06/29 14:09:49 aaron Exp $
+.\" $OpenBSD: acct.2,v 1.6 1999/10/07 22:28:04 aaron Exp $
.\" $NetBSD: acct.2,v 1.6 1995/02/27 12:31:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -113,6 +113,7 @@ An I/O error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
.Xr acct 5 ,
+.Xr accton 8 ,
.Xr sa 8
.Sh HISTORY
An
diff --git a/usr.sbin/accton/accton.8 b/usr.sbin/accton/accton.8
index a5ba5cf5ca5..e8c20d7ff94 100644
--- a/usr.sbin/accton/accton.8
+++ b/usr.sbin/accton/accton.8
@@ -24,7 +24,7 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: accton.8,v 1.3 1999/06/05 22:16:24 aaron Exp $
+.\" $Id: accton.8,v 1.4 1999/10/07 22:28:04 aaron Exp $
.\"
.Dd October 18, 1993
.Dt ACCTON 8
@@ -42,8 +42,13 @@ With an argument naming an existing
causes system accounting information for every process executed
to be placed at the end of the file. If no argument is given,
accounting is turned off.
+.Sh FILES
+.Bl -tag -width /var/account/acct
+.It Pa /var/account/acct
+default accounting file
.Sh SEE ALSO
.Xr lastcomm 1 ,
+.Xr acct 2 ,
.Xr acct 5
.Sh HISTORY
The