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

Ruslan Ermilov ru at FreeBSD.org
Wed Dec 7 11:06:19 UTC 2011


Author: ru
Date: Wed Dec  7 11:06:18 2011
New Revision: 228318
URL: http://svn.freebsd.org/changeset/base/228318

Log:
  The NOTE_COPY should have been named NOTE_FFCOPY from the very
  beginning.
  
  Submitted by:	Igor Sysoev

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Wed Dec  7 07:03:14 2011	(r228317)
+++ head/lib/libc/sys/kqueue.2	Wed Dec  7 11:06:18 2011	(r228318)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 15, 2009
+.Dd December 7, 2011
 .Dt KQUEUE 2
 .Os
 .Sh NAME
@@ -459,7 +459,7 @@ Bitwise AND
 .It Dv NOTE_FFOR
 Bitwise OR
 .Va fflags .
-.It Dv NOTE_COPY
+.It Dv NOTE_FFCOPY
 Copy
 .Va fflags .
 .It Dv NOTE_FFCTRLMASK


More information about the svn-src-all mailing list