summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-06-23 15:02:29 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-06-23 15:02:29 +0000
commit5977c0d0d97c7e18c437944612afe712ceb7a18e (patch)
tree095a147347728bc90a4410ecfb67ae58da78aaad /lib
parent91b47d18405499b0d756d276dcd87fcb16a63565 (diff)
downloadFreeBSD-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.26
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
OpenPOWER on IntegriCloud