diff options
author | 1999-10-07 22:28:04 +0000 | |
---|---|---|
committer | 1999-10-07 22:28:04 +0000 | |
commit | 2598639f19bdfb3382a9158021e44c9df4e15128 (patch) | |
tree | 79d7eaec5c75bd68cda70075abb4a84b21d775d4 /lib/libc/sys | |
parent | Use -v option in the example; deraadt@ (diff) | |
download | wireguard-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@
Diffstat (limited to 'lib/libc/sys')
-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 |