From 4e1541048e91f2a5503b8cab77db400013c634c6 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 14 Feb 2001 10:14:35 +0000 Subject: 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. --- usr.bin/limits/limits.1 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'usr.bin') 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. -- cgit v1.1