Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 19:18:43 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259922 - head/lib/libc/sys
Message-ID:  <201312261918.rBQJIhvb034408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261918.rBQJIhvb034408>