diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/limits | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/limits')
-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 35dc52d..cb13e2a 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -26,24 +26,24 @@ .Nm limits .Nd set or display process resource limits .Sh SYNOPSIS -.Nm limits +.Nm .Op Fl C Ar class .Op Fl SHB .Op Fl ea .Op Fl cdflmnstu Op val -.Nm limits +.Nm .Op Fl C Ar class .Op Fl SHB .Op Fl cdflmnstu Op val .Op Fl E .Op Ar name=value ... .Op Ar command -.Nm limits +.Nm .Op Fl U Ar user .Op Fl SHB .Op Fl ea .Op Fl cdflmnstu Op val -.Nm limits +.Nm .Op Fl U Ar user .Op Fl SHB .Op Fl cdflmnstu Op val @@ -61,7 +61,8 @@ Three uses of the command are possible: .Pp .Bl -hang -width indent -.It Nm limits Op Ar limitflags +.It Nm +.Op Ar limitflags .Op Ar name=value .Ar command .Pp @@ -70,7 +71,8 @@ This usage sets limits according to optionally sets environment variables given as .Ar name=value pairs, and then runs the specified command. -.It Nm limits Op Ar limitflags +.It Nm +.Op Ar limitflags .Pp This usage determines values of resource settings according to .Ar limitflags , @@ -87,7 +89,8 @@ by the the appropriate login class resource limit entries from the .Xr login.conf 5 login capabilities database. -.It Nm limits Fl e Op Ar limitflags +.It Nm +.Fl e Op Ar limitflags .Pp This usage determines values of resource settings according to .Ar limitflags , |