|
Lines 67-78
Link Here
|
| 67 |
returns 0. Otherwise it returns -1 and sets |
67 |
returns 0. Otherwise it returns -1 and sets |
| 68 |
.Va errno |
68 |
.Va errno |
| 69 |
to indicate the error, as enumerated below. |
69 |
to indicate the error, as enumerated below. |
| 70 |
.Sh SEE ALSO |
|
|
| 71 |
.Xr aio_cancel 2 , |
| 72 |
.Xr aio_error 2 , |
| 73 |
.Xr aio_read 2 , |
| 74 |
.Xr aio_suspend 2 , |
| 75 |
.Xr aio_write 2 |
| 76 |
.Sh ERRORS |
70 |
.Sh ERRORS |
| 77 |
The |
71 |
The |
| 78 |
.Fn aio_suspend |
72 |
.Fn aio_suspend |
|
Lines 91-96
Link Here
|
| 91 |
.It Bq Er EINTR |
85 |
.It Bq Er EINTR |
| 92 |
the suspend was interrupted by a signal. |
86 |
the suspend was interrupted by a signal. |
| 93 |
.El |
87 |
.El |
|
|
88 |
.Sh SEE ALSO |
| 89 |
.Xr aio_cancel 2 , |
| 90 |
.Xr aio_error 2 , |
| 91 |
.Xr aio_read 2 , |
| 92 |
.Xr aio_suspend 2 , |
| 93 |
.Xr aio_waitcomplete 2 , |
| 94 |
.Xr aio_write 2 |
| 94 |
.Sh STANDARDS |
95 |
.Sh STANDARDS |
| 95 |
.Fn aio_suspend |
96 |
.Fn aio_suspend |
| 96 |
is expected to conform to the |
97 |
is expected to conform to the |