Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 18:17:31 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264232 - head/lib/libc/sys
Message-ID:  <201404071817.s37IHVfF077452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404071817.s37IHVfF077452>