Author: joel (doc committer) Date: Sun Jun 9 07:15:43 2013 New Revision: 251564 URL: http://svnweb.freebsd.org/changeset/base/251564
Log: Minor mdoc fixes. Modified: head/lib/libc/sys/aio_mlock.2 Modified: head/lib/libc/sys/aio_mlock.2 ============================================================================== --- head/lib/libc/sys/aio_mlock.2 Sun Jun 9 06:13:51 2013 (r251563) +++ head/lib/libc/sys/aio_mlock.2 Sun Jun 9 07:15:43 2013 (r251564) @@ -60,7 +60,7 @@ and in order to determine return or error status for the enqueued operation while it is in progress. .Pp -If the request could not be enqueued (generally due to +If the request could not be enqueued (generally due to .Xr aio 4 limits), then the call returns without having enqueued the request. @@ -115,8 +115,8 @@ if the request was explicitly cancelled .Xr aio_cancel 2 , .Xr aio_error 2 , .Xr aio_return 2 , -.Xr aio 4 , -.Xr mlock 2 +.Xr mlock 2 , +.Xr aio 4 .Sh PORTABILITY The .Fn aio_mlock _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
