diff options
author | bde <bde@FreeBSD.org> | 1999-12-23 16:46:34 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-12-23 16:46:34 +0000 |
commit | df20178dd303899c198f77c4fc2d6d1c20d837f4 (patch) | |
tree | 88a4650050d60211cdba847bc664f0b00540e449 /lib/libc | |
parent | 8f12d545257f871b46eca65b0e22016c402051af (diff) | |
download | FreeBSD-src-df20178dd303899c198f77c4fc2d6d1c20d837f4.zip FreeBSD-src-df20178dd303899c198f77c4fc2d6d1c20d837f4.tar.gz |
Fixed missing `const' in synopsis.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/aio_error.2 | 2 |
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 |