svn commit: r260035 - stable/10/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Sun Dec 29 09:17:44 UTC 2013


Author: pluknet
Date: Sun Dec 29 09:17:43 2013
New Revision: 260035
URL: http://svnweb.freebsd.org/changeset/base/260035

Log:
  MFC r259922: Fix an apparent typo.

Modified:
  stable/10/lib/libc/sys/aio_mlock.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/aio_mlock.2
==============================================================================
--- stable/10/lib/libc/sys/aio_mlock.2	Sun Dec 29 07:29:45 2013	(r260034)
+++ stable/10/lib/libc/sys/aio_mlock.2	Sun Dec 29 09:17:43 2013	(r260035)
@@ -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


More information about the svn-src-stable-10 mailing list