svn commit: r259922 - head/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Thu Dec 26 19:18:44 UTC 2013


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


More information about the svn-src-all mailing list