mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a syntax nit (superfluous 'a').
Submitted by: Anders Hanssen <anders@rethink.no>
This commit is contained in:
parent
714fb86548
commit
d3d902048c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ The name of the event handler list.
|
|||
A pointer to a callback function.
|
||||
Argument
|
||||
.Fa arg
|
||||
is a passed to the callback function
|
||||
is passed to the callback function
|
||||
.Fa func
|
||||
as its first argument when it is invoked.
|
||||
.It Fa priority
|
||||
|
|
|
|||
Loading…
Reference in a new issue