svn commit: r264232 - head/lib/libc/sys

Ed Schouten ed at FreeBSD.org
Mon Apr 7 18:17:31 UTC 2014


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.


More information about the svn-src-all mailing list