diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-27 21:10:25 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-27 21:10:25 +0000 |
commit | c4518ad51ee34b19820a133d68042d4a774a96f6 (patch) | |
tree | 958e5e7bfc943220d4ef60eab5cfdb0c7b6e1d72 /share/man/man4/options.4 | |
parent | b1fd1a5b274631ff6c66d76aeef329f5bd115c70 (diff) |
miod says ACCOUNTING needs a man page diff
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 05edee26df9..b471f56e223 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.142 2004/05/05 00:23:29 millert Exp $ +.\" $OpenBSD: options.4,v 1.143 2004/05/27 21:10:24 tedu Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -294,6 +294,10 @@ flag causes the kernel to be compiled with support for profiling. The .Cm option GPROF is required for the kernel compile to succeed. +.It Cd option ACCOUNTING +Adds support for the +.Xr acct 2 +system call. .It Cd option KTRACE Adds hooks for the system call tracing facility, which allows users to watch the system call invocation behavior of processes. |