mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
This commit is contained in:
parent
38219d6acd
commit
f56cfe8d61
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ Arguments may be passed to and from the filter via the
|
|||
and
|
||||
.Va data
|
||||
fields in the kevent structure.
|
||||
.Bl -tag -width EVFILT_SIGNAL
|
||||
.Bl -tag -width EVFILT_PROCDESC
|
||||
.It EVFILT_READ
|
||||
Takes a descriptor as the identifier, and returns whenever
|
||||
there is data available to read.
|
||||
|
|
|
|||
Loading…
Reference in a new issue