diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-12-29 09:17:43 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-12-29 09:17:43 +0000 |
commit | 5b37933bb72730397999bcb56cd09eb1dd2d7567 (patch) | |
tree | dd7e1c43fc6c986fe9e54d0c3c7ff325b9fc1231 | |
parent | 9a9f8d23f599d40778f30e0cb64f32d18e3c5002 (diff) | |
download | FreeBSD-src-5b37933bb72730397999bcb56cd09eb1dd2d7567.zip FreeBSD-src-5b37933bb72730397999bcb56cd09eb1dd2d7567.tar.gz |
MFC r259922: Fix an apparent typo.
-rw-r--r-- | lib/libc/sys/aio_mlock.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_mlock.2 b/lib/libc/sys/aio_mlock.2 index e24f95a..386393f 100644 --- a/lib/libc/sys/aio_mlock.2 +++ b/lib/libc/sys/aio_mlock.2 @@ -87,7 +87,7 @@ request has completed, are not allowed. .Rv -std aio_mlock .Sh ERRORS The -.Fn aio_read +.Fn aio_mlock system call will fail if: .Bl -tag -width Er .It Bq Er EAGAIN |