mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rctl_add_rule(2): fix manlint warnings
- Fix commas (either missing or misused) after .Nm entries in SYNOPSIS Reported by: make manlint MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
60f14b3186
commit
c0f64185c6
1 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@
|
|||
.Dt RCTL_ADD_RULE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm rctl_add_rule,
|
||||
.Nm rctl_get_limits
|
||||
.Nm rctl_get_racct,
|
||||
.Nm rctl_get_rules,
|
||||
.Nm rctl_add_rule ,
|
||||
.Nm rctl_get_limits ,
|
||||
.Nm rctl_get_racct ,
|
||||
.Nm rctl_get_rules ,
|
||||
.Nm rctl_remove_rule
|
||||
.Nd manipulate and query the resource limits database
|
||||
.Sh LIBRARY
|
||||
|
|
|
|||
Loading…
Reference in a new issue