From 7452ae6ecc2b28e4a03a081efd4544c2940c99f3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 23 Dec 1999 16:46:34 +0000 Subject: [PATCH] Fixed missing `const' in synopsis. --- lib/libc/sys/aio_error.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2 index ae959ab14c7..ea93237a533 100644 --- a/lib/libc/sys/aio_error.2 +++ b/lib/libc/sys/aio_error.2 @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include .Ft int -.Fn aio_error "struct aiocb *iocb" +.Fn aio_error "const struct aiocb *iocb" .Sh DESCRIPTION The .Fn aio_error