Module Name:    src
Committed By:   jruoho
Date:           Fri Jul 15 09:44:14 UTC 2011

Modified Files:
        src/lib/libc/sys: pipe.2

Log Message:
Small markup edit.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/pipe.2

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

Modified files:

Index: src/lib/libc/sys/pipe.2
diff -u src/lib/libc/sys/pipe.2:1.24 src/lib/libc/sys/pipe.2:1.25
--- src/lib/libc/sys/pipe.2:1.24	Mon Jun 27 08:21:08 2011
+++ src/lib/libc/sys/pipe.2	Fri Jul 15 09:44:14 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pipe.2,v 1.24 2011/06/27 08:21:08 wiz Exp $
+.\"	$NetBSD: pipe.2,v 1.25 2011/07/15 09:44:14 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)pipe.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 24, 2011
+.Dd July 15, 2011
 .Dt PIPE 2
 .Os
 .Sh NAME
@@ -90,9 +90,11 @@
 .Fa flags
 to be set on the returned file descriptor.
 The following flags are valid:
-.Bl -column O_NONBLOCK -offset indent
+.Bl -tag -width O_NONBLOCK -offset indent
 .It Dv O_CLOEXEC
-Set the close on exec property.
+Set the
+.Dq close-on-exec
+property.
 .It Dv O_NONBLOCK
 Sets non-blocking I/O.
 .El

Reply via email to