Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Consistently mark up defined values with Dv.



details:   https://anonhg.NetBSD.org/src/rev/b4a6fbaa74bf
branches:  trunk
changeset: 767551:b4a6fbaa74bf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 22 11:02:39 2011 +0000

description:
Consistently mark up defined values with Dv.

diffstat:

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

diffs (42 lines):

diff -r c9a3d55c96fa -r b4a6fbaa74bf lib/libc/sys/dup.2
--- a/lib/libc/sys/dup.2        Fri Jul 22 10:02:08 2011 +0000
+++ b/lib/libc/sys/dup.2        Fri Jul 22 11:02:39 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dup.2,v 1.26 2011/07/16 14:33:33 jruoho Exp $
+.\"    $NetBSD: dup.2,v 1.27 2011/07/22 11:02:39 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -150,9 +150,9 @@
 .It Bq Er EINVAL
 .Fa flags
 is other than
-.Va O_NONBLOCK
+.Dv O_NONBLOCK
 or
-.Va O_CLOEXEC .
+.Dv O_CLOEXEC .
 .El
 .Sh SEE ALSO
 .Xr accept 2 ,
diff -r c9a3d55c96fa -r b4a6fbaa74bf lib/libc/sys/pipe.2
--- a/lib/libc/sys/pipe.2       Fri Jul 22 10:02:08 2011 +0000
+++ b/lib/libc/sys/pipe.2       Fri Jul 22 11:02:39 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pipe.2,v 1.26 2011/07/15 14:59:33 christos Exp $
+.\"    $NetBSD: pipe.2,v 1.27 2011/07/22 11:02:39 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -130,9 +130,9 @@
 .It Bq Er EINVAL
 .Fa flags
 is other than
-.Va O_NONBLOCK
+.Dv O_NONBLOCK
 or
-.Va O_CLOEXEC .
+.Dv O_CLOEXEC .
 .El
 .Sh SEE ALSO
 .Xr sh 1 ,



Home | Main Index | Thread Index | Old Index