Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Sort errors. Use parentheses instead of Pq in n...



details:   https://anonhg.NetBSD.org/src/rev/ed7f717f1bf4
branches:  trunk
changeset: 325441:ed7f717f1bf4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 25 02:49:52 2013 +0000

description:
Sort errors. Use parentheses instead of Pq in normal text.

diffstat:

 lib/libc/sys/dup.2 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r ca5ac37f54ab -r ed7f717f1bf4 lib/libc/sys/dup.2
--- a/lib/libc/sys/dup.2        Wed Dec 25 00:58:50 2013 +0000
+++ b/lib/libc/sys/dup.2        Wed Dec 25 02:49:52 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dup.2,v 1.29 2013/12/24 22:31:11 dholland Exp $
+.\"    $NetBSD: dup.2,v 1.30 2013/12/25 02:49:52 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -74,7 +74,7 @@
 an additional
 .Xr open 2
 call must be issued.
-.Pq This is not generally possible for pipes and sockets.
+(This is not generally possible for pipes and sockets.)
 .Pp
 The
 .Nm dup
@@ -206,17 +206,17 @@
 .Fn dup3 ,
 .Fa newfd
 is not in the range of valid file descriptors.
-.It Bq Er EMFILE
-Too many descriptors are active.
-Only
-.Fn dup
-can generate this error.
 .It Bq Er EINVAL
 .Fa flags
 contained an invalid value.
 Only
 .Fn dup3
 can generate this error.
+.It Bq Er EMFILE
+Too many descriptors are active.
+Only
+.Fn dup
+can generate this error.
 .El
 .Sh SEE ALSO
 .Xr accept 2 ,



Home | Main Index | Thread Index | Old Index