diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-06-26 01:40:15 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-06-26 01:40:15 +0000 |
commit | 5c5005fcd6d4078ef641f94747d3e57c32e1b2e3 (patch) | |
tree | 6bdec0daa7262cd8c07d55bf3fac13f7ad9ed339 /usr.bin/limits | |
parent | da8c35d226be38a13c8c293fe59a6c9187e87473 (diff) | |
download | FreeBSD-src-5c5005fcd6d4078ef641f94747d3e57c32e1b2e3.zip FreeBSD-src-5c5005fcd6d4078ef641f94747d3e57c32e1b2e3.tar.gz |
Fix mdoc nits in preparation for RLIMIT_VMEM support:
* add missing Ar macro for one instance of limitflags
* fix indentation problem (not perfect, but then this is one _very_
awkward manpage mark up properly)
Diffstat (limited to 'usr.bin/limits')
-rw-r--r-- | usr.bin/limits/limits.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 59cc90a..76482af 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -133,8 +133,9 @@ which causes the output of to be evaluated and set by the current shell. .El .Pp -The value of limitflags specified in the above contains one or more of the -following options: +The value of +.Ar limitflags +specified in the above contains one or more of the following options: .Pp .Bl -tag -width "-d [limit]" .It Fl C Ar class @@ -228,6 +229,7 @@ allowed per UID can be viewed using the 'sysctl kern.maxprocperuid' command. The maximum number of processes that can be running simultaneously in the entire system is limited to the value given by the 'sysctl kern.maxproc' command. +.El .Pp Valid values for .Ar limit @@ -275,7 +277,7 @@ weeks. .It y 365 day years. .El -.Pp +.Bl -tag -width indent .It Fl E The option .Sq Fl E |