Author: ed Date: Mon Apr 7 18:17:31 2014 New Revision: 264232 URL: http://svnweb.freebsd.org/changeset/base/264232
Log: Fix table alignment. EVFILT_PROCDESC is longer than the existing filters. Modified: head/lib/libc/sys/kqueue.2 Modified: head/lib/libc/sys/kqueue.2 ============================================================================== --- head/lib/libc/sys/kqueue.2 Mon Apr 7 18:10:49 2014 (r264231) +++ head/lib/libc/sys/kqueue.2 Mon Apr 7 18:17:31 2014 (r264232) @@ -245,7 +245,7 @@ Arguments may be passed to and from 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. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"