summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-10-07 22:28:04 +0000
committeraaron <aaron@openbsd.org>1999-10-07 22:28:04 +0000
commit2598639f19bdfb3382a9158021e44c9df4e15128 (patch)
tree79d7eaec5c75bd68cda70075abb4a84b21d775d4
parentUse -v option in the example; deraadt@ (diff)
downloadwireguard-openbsd-2598639f19bdfb3382a9158021e44c9df4e15128.tar.xz
wireguard-openbsd-2598639f19bdfb3382a9158021e44c9df4e15128.zip
- 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