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 glitch.



details:   https://anonhg.NetBSD.org/src/rev/4fdee0dcc999
branches:  trunk
changeset: 767315:4fdee0dcc999
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Jul 15 08:17:36 2011 +0000

description:
Small markup glitch.

diffstat:

 lib/libc/sys/dup.2 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 2163fdd9252d -r 4fdee0dcc999 lib/libc/sys/dup.2
--- a/lib/libc/sys/dup.2        Fri Jul 15 08:07:08 2011 +0000
+++ b/lib/libc/sys/dup.2        Fri Jul 15 08:17:36 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dup.2,v 1.23 2011/06/27 08:21:08 wiz Exp $
+.\"    $NetBSD: dup.2,v 1.24 2011/07/15 08:17:36 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)dup.2      8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 24, 2011
+.Dd July 15, 2011
 .Dt DUP 2
 .Os
 .Sh NAME
@@ -111,9 +111,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