Author: pluknet Date: Thu Dec 26 19:18:43 2013 New Revision: 259922 URL: http://svnweb.freebsd.org/changeset/base/259922
Log: Fix an apparent typo. MFC after: 3 days Modified: head/lib/libc/sys/aio_mlock.2 Modified: head/lib/libc/sys/aio_mlock.2 ============================================================================== --- head/lib/libc/sys/aio_mlock.2 Thu Dec 26 19:16:30 2013 (r259921) +++ head/lib/libc/sys/aio_mlock.2 Thu Dec 26 19:18:43 2013 (r259922) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
