diff options
author | ed <ed@FreeBSD.org> | 2014-04-07 18:17:31 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2014-04-07 18:17:31 +0000 |
commit | 1c421a45643212ad55dce5954f552855698fc84a (patch) | |
tree | f57667387916466c88421f82f87a628f728afa37 /lib | |
parent | 87c17a9c6666c07778d84cde29bff0fe8830ca77 (diff) | |
download | FreeBSD-src-1c421a45643212ad55dce5954f552855698fc84a.zip FreeBSD-src-1c421a45643212ad55dce5954f552855698fc84a.tar.gz |
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 1b2951e..b9e496a 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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. |