Re: man 2 write - clarification

2010-03-22 Thread Joey Schulze
Lucian Adrian Grijincu wrote: > On Wed, Mar 10, 2010 at 12:48 PM, Daniel Baluta > wrote: > > The following phrase taken from man 2 write manual page is confusing: > > POSIX  requires that a read(2) which can be proved to occur after a > > write() has returned returns the new data. > > > > I think

Re: man 2 write - clarification

2010-03-22 Thread Joey Schulze
Joey Schulze wrote: > Lucian Adrian Grijincu wrote: > > On Wed, Mar 10, 2010 at 12:48 PM, Daniel Baluta > > wrote: > > > The following phrase taken from man 2 write manual page is confusing: > > > POSIX  requires that a read(2) which can be proved to occur after a > > > write() has returned retur

Re: man 2 write - clarification

2010-03-18 Thread John Moser
On Wed, Mar 10, 2010 at 6:48 AM, Daniel Baluta wrote: > Hello, > > The following phrase taken from man 2 write manual page is confusing: > POSIX  requires that a read(2) which can be proved to occur after a > write() has returned returns the new data. > This parses properly. "a read(2) which can

Re: man 2 write - clarification

2010-03-18 Thread Daniel Baluta
On Thu, Mar 18, 2010 at 1:31 PM, Soren Hansen wrote: > On Wed, Mar 10, 2010 at 12:48:24PM +0200, Daniel Baluta wrote: >> The following phrase taken from man 2 write manual page is confusing: >> POSIX  requires that a read(2) which can be proved to occur after a >> write() has returned returns the

Re: man 2 write - clarification

2010-03-18 Thread schultz . patrick
Berry -Original Message- From: Soren Hansen Date: Thu, 18 Mar 2010 12:31:53 To: Daniel Baluta Cc: ; Subject: Re: man 2 write - clarification -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/lis

Re: man 2 write - clarification

2010-03-18 Thread Soren Hansen
On Wed, Mar 10, 2010 at 12:48:24PM +0200, Daniel Baluta wrote: > The following phrase taken from man 2 write manual page is confusing: > POSIX requires that a read(2) which can be proved to occur after a > write() has returned returns the new data. > > I think you should you some comas to make a c

Re: man 2 write - clarification

2010-03-18 Thread Lucian Adrian Grijincu
On Wed, Mar 10, 2010 at 12:48 PM, Daniel Baluta wrote: > The following phrase taken from man 2 write manual page is confusing: > POSIX  requires that a read(2) which can be proved to occur after a > write() has returned returns the new data. > > I think you should you some comas to make a clear st