Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Correct the statement about O_RDWR. It is al...



details:   https://anonhg.NetBSD.org/src/rev/71c99fb53f36
branches:  trunk
changeset: 479832:71c99fb53f36
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Dec 22 23:21:21 1999 +0000

description:
Correct the statement about O_RDWR.  It is allowed now.

diffstat:

 share/man/man4/ugen.4 |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 48268b45268e -r 71c99fb53f36 share/man/man4/ugen.4
--- a/share/man/man4/ugen.4     Wed Dec 22 22:55:49 1999 +0000
+++ b/share/man/man4/ugen.4     Wed Dec 22 23:21:21 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ugen.4,v 1.8 1999/08/23 12:32:19 augustss Exp $
+.\" $NetBSD: ugen.4,v 1.9 1999/12/22 23:21:21 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,11 +59,7 @@
 of the bits determines which USB device.
 .Pp
 If an endpoint address is used both for input and output the device
-can be opened for both read or write, but an
-.Xr open 2
-cannot specify
-.Dv O_RDWR
-mode; the endpoint must be opened once for each direction.
+can be opened for both read or write.
 .Pp
 To find out what endpoints that exist there are a series of
 .Xr ioctl 2



Home | Main Index | Thread Index | Old Index