summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 16:46:34 +0000
committerbde <bde@FreeBSD.org>1999-12-23 16:46:34 +0000
commitdf20178dd303899c198f77c4fc2d6d1c20d837f4 (patch)
tree88a4650050d60211cdba847bc664f0b00540e449
parent8f12d545257f871b46eca65b0e22016c402051af (diff)
downloadFreeBSD-src-df20178dd303899c198f77c4fc2d6d1c20d837f4.zip
FreeBSD-src-df20178dd303899c198f77c4fc2d6d1c20d837f4.tar.gz
Fixed missing `const' in synopsis.
-rw-r--r--lib/libc/sys/aio_error.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2
index ae959ab..ea93237 100644
--- a/lib/libc/sys/aio_error.2
+++ b/lib/libc/sys/aio_error.2
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Fd #include <aio.h>
.Ft int
-.Fn aio_error "struct aiocb *iocb"
+.Fn aio_error "const struct aiocb *iocb"
.Sh DESCRIPTION
The
.Fn aio_error
OpenPOWER on IntegriCloud