[BACK]Return to kqueue.2 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/sys/kqueue.2 between version 1.31 and 1.32

version 1.31, 2011/06/26 16:42:41 version 1.32, 2012/01/25 00:28:35
Line 32 
Line 32 
 .\"  .\"
 .\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.22 2001/06/27 19:55:57 dd Exp $  .\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.22 2001/06/27 19:55:57 dd Exp $
 .\"  .\"
 .Dd June 24, 2011  .Dd January 23, 2012
 .Dt KQUEUE 2  .Dt KQUEUE 2
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 92  on the returned file descriptor:
Line 92  on the returned file descriptor:
 Set the close on exec property.  Set the close on exec property.
 .It Dv O_NONBLOCK  .It Dv O_NONBLOCK
 Sets non-blocking I/O.  Sets non-blocking I/O.
   .It Dv O_NOSIGPIPE
   Return
   .Er EPIPE
   instead of raising
   .Dv SIGPIPE .
 .El  .El
 The queue is not inherited by a child created with  The queue is not inherited by a child created with
 .Xr fork 2 .  .Xr fork 2 .

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>