mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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)
This commit is contained in:
parent
d38613f11b
commit
4ece3f34aa
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue