diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-05-28 17:25:47 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-05-28 17:25:47 +0000 |
| commit | f2e34224fa43778587b0e0351c5de373404cb650 (patch) | |
| tree | 9953828a36f6751a89cb0cd754fa7766edea2d62 /usr.bin/rctl | |
| parent | 859f4b702e0fede7e2d31a2a55d6d85990683a9f (diff) | |
Notes
Diffstat (limited to 'usr.bin/rctl')
| -rw-r--r-- | usr.bin/rctl/rctl.8 | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8 index 9df171532d10a..1d355c97bd5a9 100644 --- a/usr.bin/rctl/rctl.8 +++ b/usr.bin/rctl/rctl.8 @@ -51,13 +51,6 @@ .Fl u .Op Fl h .Ar filter Ar ... -.Pp -.Nm -requires the kernel to be compiled with: -.Bd -ragged -offset indent -.Cd "options RACCT" -.Cd "options RCTL" -.Ed .Sh DESCRIPTION When called without options, the .Nm @@ -244,19 +237,6 @@ and Not all actions are supported for all resources. Attempting to add a rule with an action not supported by a given resource will result in error. -.Sh LOADER TUNABLES -Tunables can be set at the -.Xr loader 8 -prompt, or -.Xr loader.conf 5 . -.Bl -tag -width indent -.It Va kern.racct.enable: No 1 -Enable -.Nm . -This defaults to 1, unless -.Cd "options RACCT_DEFAULT_TO_DISABLED" -is set in the kernel configuration file. -.El .Sh EXIT STATUS .Ex -std .Sh EXAMPLES @@ -281,6 +261,7 @@ Display all rules matching user "joe": Display all rules matching login classes: .Dl Nm Ar loginclass: .Sh SEE ALSO +.Xr rctl 4 , .Xr rctl.conf 5 .Sh HISTORY The |
