mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo. Use `.Fa' to denote a function argument.
PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
parent
36273c5d79
commit
0588fce1ba
1 changed files with 4 additions and 2 deletions
|
|
@ -46,8 +46,10 @@ The
|
|||
.Fn sched_get_priority_max
|
||||
and
|
||||
.Fn sched_get_priority_min
|
||||
functions return the appropriate maximum or minimum, respectfully,
|
||||
for the scheduling policy specified by policy. The
|
||||
functions return the appropriate maximum or minimum, respectively,
|
||||
for the scheduling policy specified by
|
||||
.Fa policy .
|
||||
The
|
||||
.Fn sched_rr_get_interval
|
||||
function updates the
|
||||
.Fa timespec
|
||||
|
|
|
|||
Loading…
Reference in a new issue