[Midnightbsd-cvs] src [8076] trunk/usr.bin/rctl/rctl.8: more man page cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 15 18:06:50 EDT 2016
Revision: 8076
http://svnweb.midnightbsd.org/src/?rev=8076
Author: laffer1
Date: 2016-09-15 18:06:50 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
more man page cleanup
Modified Paths:
--------------
trunk/usr.bin/rctl/rctl.8
Modified: trunk/usr.bin/rctl/rctl.8
===================================================================
--- trunk/usr.bin/rctl/rctl.8 2016-09-15 22:06:23 UTC (rev 8075)
+++ trunk/usr.bin/rctl/rctl.8 2016-09-15 22:06:50 UTC (rev 8076)
@@ -25,7 +25,7 @@
.\"
.\" $MidnightBSD$
.\"
-.Dd March 1, 2012
+.Dd September 1, 2012
.Dt RCTL 8
.Os
.Sh NAME
@@ -68,6 +68,10 @@
.It Fl l Ar filter
Display rules applicable to the process defined by
.Ar filter .
+Note that this is different from showing the rules when called without
+any options, as it shows not just the rules with subject equal to that
+of process, but also rules for the user, jail, and login class applicable
+to the process.
.It Fl r Ar filter
Remove rules matching
.Ar filter
@@ -90,7 +94,8 @@
It can be either process, user, login class, or jail.
.Pp
Subject ID identifies the subject.
-It can be user name, numerical user ID, login class name, or jail name.
+It can be a process ID, user name, numerical user ID, login class name,
+or jail name.
.Pp
Resource identifies the resource the rule controls.
.Pp
More information about the Midnightbsd-cvs
mailing list