summaryrefslogtreecommitdiff
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-05-28 17:25:47 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-05-28 17:25:47 +0000
commitf2e34224fa43778587b0e0351c5de373404cb650 (patch)
tree9953828a36f6751a89cb0cd754fa7766edea2d62 /usr.bin/rctl
parent859f4b702e0fede7e2d31a2a55d6d85990683a9f (diff)
downloadsrc-test2-f2e34224fa43778587b0e0351c5de373404cb650.tar.gz
src-test2-f2e34224fa43778587b0e0351c5de373404cb650.zip
Declutter rctl(8) by moving kernel build instructions into newly
created rctl(4). MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=319076
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.821
1 files changed, 1 insertions, 20 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 9df171532d10..1d355c97bd5a 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