diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-06-23 15:02:29 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-06-23 15:02:29 +0000 |
commit | 5977c0d0d97c7e18c437944612afe712ceb7a18e (patch) | |
tree | 095a147347728bc90a4410ecfb67ae58da78aaad /lib | |
parent | 91b47d18405499b0d756d276dcd87fcb16a63565 (diff) | |
download | FreeBSD-src-5977c0d0d97c7e18c437944612afe712ceb7a18e.zip FreeBSD-src-5977c0d0d97c7e18c437944612afe712ceb7a18e.tar.gz |
Mark up errno as a variable (Va), not as a defined value (Dv).
Do not terminate the cross-reference list in the SEE ALSO section with
a period.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/aio_waitcomplete.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/aio_waitcomplete.2 b/lib/libc/sys/aio_waitcomplete.2 index dd92166..f0fcbf4 100644 --- a/lib/libc/sys/aio_waitcomplete.2 +++ b/lib/libc/sys/aio_waitcomplete.2 @@ -85,8 +85,8 @@ returns .Dv -1 , sets iocbp to .Dv NULL -and -.Dv errno +and sets +.Va errno to indicate the error condition. .Sh ERRORS The @@ -117,7 +117,7 @@ completed. .Xr aio_write 2 , .Xr fsync 2 , .Xr read 2 , -.Xr write 2 . +.Xr write 2 .Sh STANDARDS The .Fn aio_waitcomplete |