diff options
author | ru <ru@FreeBSD.org> | 2001-02-14 10:14:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-14 10:14:35 +0000 |
commit | 4e1541048e91f2a5503b8cab77db400013c634c6 (patch) | |
tree | 23d32c496dd1cb1113cfa421d0bddbd7fc172cfa | |
parent | eb847b5e24cf28a8be99f9697ff8f1fec87823a9 (diff) | |
download | FreeBSD-src-4e1541048e91f2a5503b8cab77db400013c634c6.zip FreeBSD-src-4e1541048e91f2a5503b8cab77db400013c634c6.tar.gz |
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.
-rw-r--r-- | usr.bin/limits/limits.1 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index d7804e2..261a10a 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -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. |