Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Small markup edit.
details: https://anonhg.NetBSD.org/src/rev/e042c9b5fbf7
branches: trunk
changeset: 767317:e042c9b5fbf7
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Jul 15 09:44:14 2011 +0000
description:
Small markup edit.
diffstat:
lib/libc/sys/pipe.2 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r cd227b3532af -r e042c9b5fbf7 lib/libc/sys/pipe.2
--- a/lib/libc/sys/pipe.2 Fri Jul 15 09:40:16 2011 +0000
+++ b/lib/libc/sys/pipe.2 Fri Jul 15 09:44:14 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index