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:
parent
a6cba9400a
commit
6cec2e4b55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177870
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user