From f56cfe8d61329664f8d2833e4cf2ac4ea6b4a2fe Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 7 Apr 2014 18:17:31 +0000 Subject: [PATCH] Fix table alignment. EVFILT_PROCDESC is longer than the existing filters. --- lib/libc/sys/kqueue.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 1b2951e8ae12..b9e496a3c9cd 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.