diff options
author | wes <wes@FreeBSD.org> | 1999-09-21 17:30:43 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 1999-09-21 17:30:43 +0000 |
commit | 216c6b2821f75b1d6f5053745f2f54d826fb64cb (patch) | |
tree | 65566512c89e4d454f87605cd8f9271663fc0864 /lib/libc | |
parent | ba51272c69af218e85e8359f568e4b4039bad882 (diff) | |
download | FreeBSD-src-216c6b2821f75b1d6f5053745f2f54d826fb64cb.zip FreeBSD-src-216c6b2821f75b1d6f5053745f2f54d826fb64cb.tar.gz |
Fixed a typo (well, format-o) in yesterday's edits.
Spotted by: John Polstra <jdp@polstra.com> (again)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/aio_suspend.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2 index 4b4cc79..39fd2e8 100644 --- a/lib/libc/sys/aio_suspend.2 +++ b/lib/libc/sys/aio_suspend.2 @@ -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 |