Improve description for "rctl -l".

MFC after:	2 weeks
This commit is contained in:
trasz 2012-09-01 11:24:02 +00:00
parent 09be0bbef1
commit a6edc1e4b7

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 1, 2012
.Dd September 1, 2012
.Dt RCTL 8
.Os
.Sh NAME
@ -68,6 +68,10 @@ to the RCTL database.
.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 @@ Subject defines the kind of entity the rule applies to.
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