Fixed a typo (well, format-o) in yesterday's edits.

Spotted by:	John Polstra <jdp@polstra.com> (again)
This commit is contained in:
Wes Peters 1999-09-21 17:30:43 +00:00
parent 6fd36d7d11
commit 58ae401b79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51509

View File

@ -73,8 +73,9 @@ expired before any I/O requests completed.
.It Bq Er EINVAL
.Ar iocbs
contains more than
.Dv AIO_LISTIO_MAX asynchronous I/O requests, or at least one
of the requests is not valid.
.Dv AIO_LISTIO_MAX
asynchronous I/O requests, or at least one of the requests is not
valid.
.It Bq Er EINTR
the suspend was interrupted by a signal.
.El