1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

style(9) cleanup

This commit is contained in:
Kevin Lo 2008-04-03 02:41:54 +00:00
parent a6cba9400a
commit 6cec2e4b55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177870
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
.Sh SYNOPSIS
.In aio.h
.Ft int
.Fn aio_cancel "int fildes" "struct aiocb * iocb"
.Fn aio_cancel "int fildes" "struct aiocb *iocb"
.Sh DESCRIPTION
The
.Fn aio_cancel

View File

@ -35,7 +35,7 @@
.Sh SYNOPSIS
.In aio.h
.Ft int
.Fn aio_suspend "const struct aiocb * const iocbs[]" "int niocb" "const struct timespec * timeout"
.Fn aio_suspend "const struct aiocb *const iocbs[]" "int niocb" "const struct timespec *timeout"
.Sh DESCRIPTION
The
.Fn aio_suspend