mdoc(7) police: replace -hang list with the -tag list,

add missing .Xo/.Xc to the tags.  This only worked due
to the off-by-one bug in the -hang lists, which I will
hopefully backport from the mdocNG shortly.
This commit is contained in:
Ruslan Ermilov 2001-02-14 10:14:35 +00:00
parent 8654bd76ea
commit 2855fa0467
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72477

View File

@ -60,20 +60,22 @@ Three uses of the
.Nm
command are possible:
.Pp
.Bl -hang -width indent
.It Nm
.Bl -tag -width indent
.It Xo
.Nm
.Op Ar limitflags
.Op Ar name Ns = Ns Ar value
.Ar command
.Pp
.Xc
This usage sets limits according to
.Ar limitflags ,
optionally sets environment variables given as
.Ar name Ns = Ns Ar value
pairs, and then runs the specified command.
.It Nm
.It Xo
.Nm
.Op Ar limitflags
.Pp
.Xc
This usage determines values of resource settings according to
.Ar limitflags ,
does not attempt to set them and outputs these values to
@ -89,9 +91,10 @@ by the the appropriate login class resource limit entries from
the
.Xr login.conf 5
login capabilities database.
.It Nm
.It Xo
.Nm
.Fl e Op Ar limitflags
.Pp
.Xc
This usage determines values of resource settings according to
.Ar limitflags ,
but does not set them itself.