summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2014-04-07 18:17:31 +0000
committered <ed@FreeBSD.org>2014-04-07 18:17:31 +0000
commit1c421a45643212ad55dce5954f552855698fc84a (patch)
treef57667387916466c88421f82f87a628f728afa37 /lib/libc
parent87c17a9c6666c07778d84cde29bff0fe8830ca77 (diff)
downloadFreeBSD-src-1c421a45643212ad55dce5954f552855698fc84a.zip
FreeBSD-src-1c421a45643212ad55dce5954f552855698fc84a.tar.gz
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
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.
OpenPOWER on IntegriCloud