diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 22:28:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 22:28:05 +0000 |
commit | 73acd75b8f7477bc696e7ac3487b450dd712ea1a (patch) | |
tree | d2419f321de678fade20f570a00694a45f720aec /lib | |
parent | cf0b6a1d7db2bfa3b95add461056a790405f1661 (diff) |
- Xr acct(2) from accton(8) and vice-versa.
- Add a FILES section to accton(8) indicating the default accounting file.
- From pjanzen@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/acct.2 | 3 |
1 files changed, 2 insertions, 1 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 |