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:
+10
-7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user