View | Details | Raw Unified | Return to bug 65070
Collapse All | Expand All

(-)acct.2 (-4 / +23 lines)
Lines 75-83 Link Here
75
.Pp
75
.Pp
76
This call is permitted only to the super-user.
76
This call is permitted only to the super-user.
77
.Sh NOTES
77
.Sh NOTES
78
Accounting is automatically disabled when the file system the
78
Accounting is automatically disabled when the file system the accounting
79
accounting file resides on runs out of space; it is enabled when
79
file resides on runs out of space; it is enabled when space once
80
space once again becomes available.
80
again becomes available.  These values can be controlled using the
81
following
82
.Xr sysctl 8
83
variables:
84
.Pp
85
.Bl -ohang -offset indent
86
.It kern.acct_chkfreq
87
.Pq Vt int
88
Specifies the frequency (in minutes) with which free disk
89
space should be checked.
90
.It kern.acct_resume
91
.Pq Vt int
92
The percentage of free disk space above which process
93
accounting will resume.
94
.It kern.acct_suspend
95
.Pq Vt int
96
The percentage of free disk space below which process
97
accounting will suspend.
98
.El
81
.Sh RETURN VALUES
99
.Sh RETURN VALUES
82
On error -1 is returned.
100
On error -1 is returned.
83
The file must exist and the call may be exercised only by the super-user.
101
The file must exist and the call may be exercised only by the super-user.
Lines 112-118 Link Here
112
.El
130
.El
113
.Sh SEE ALSO
131
.Sh SEE ALSO
114
.Xr acct 5 ,
132
.Xr acct 5 ,
115
.Xr sa 8
133
.Xr sa 8 ,
134
.Xr accton 8
116
.Sh HISTORY
135
.Sh HISTORY
117
The
136
The
118
.Fn acct
137
.Fn acct

Return to bug 65070