Regenerate documentation.
diff --git a/asio/src/doc/reference.qbk b/asio/src/doc/reference.qbk index 6eec7f8..2d36309 100644 --- a/asio/src/doc/reference.qbk +++ b/asio/src/doc/reference.qbk
@@ -369,7 +369,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. [heading Parameters] @@ -512,7 +512,7 @@ This function is used to asynchronously read a certain number of bytes of data from a stream. The function call always returns immediately. The asynchronous operation will continue until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's async\_read\_some function. @@ -713,7 +713,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. [heading Parameters] @@ -862,7 +862,7 @@ This function is used to asynchronously read a certain number of bytes of data from a random access device at the specified offset. The function call always returns immediately. The asynchronous operation will continue until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's async\_read\_some\_at function. @@ -1478,7 +1478,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's async\_write\_some function. @@ -1614,7 +1614,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's async\_write\_some function. @@ -1801,7 +1801,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's async\_write\_some\_at function. @@ -1943,7 +1943,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's async\_write\_some\_at function. @@ -48406,7 +48406,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's read\_some function. @@ -48485,7 +48485,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's read\_some function. @@ -48603,7 +48603,7 @@ This function is used to read a certain number of bytes of data from a stream. The call will block until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's read\_some function. @@ -48668,7 +48668,7 @@ This function is used to read a certain number of bytes of data from a stream. The call will block until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's read\_some function. @@ -48869,7 +48869,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's read\_some\_at function. @@ -48951,7 +48951,7 @@ * The supplied buffers are full. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's read\_some\_at function. @@ -49075,7 +49075,7 @@ This function is used to read a certain number of bytes of data from a random access device at the specified offset. The call will block until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's read\_some\_at function. @@ -49143,7 +49143,7 @@ This function is used to read a certain number of bytes of data from a random access device at the specified offset. The call will block until one of the following conditions is true: -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's read\_some\_at function. @@ -62215,7 +62215,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's write\_some function. @@ -62294,7 +62294,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's write\_some function. @@ -62416,7 +62416,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's write\_some function. @@ -62483,7 +62483,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the stream's write\_some function. @@ -62684,7 +62684,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's write\_some\_at function. @@ -62766,7 +62766,7 @@ * All of the data in the supplied buffers has been written. That is, the bytes transferred is equal to the sum of the buffer sizes. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's write\_some\_at function. @@ -62894,7 +62894,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's write\_some\_at function. @@ -62964,7 +62964,7 @@ * All of the data in the supplied basic_streambuf has been written. -* The completion_condition function object returns true. +* The completion_condition function object returns 0. This operation is implemented in terms of zero or more calls to the device's write\_some\_at function.