svn commit: r246763 - in head: lib/libc/sys sys/kern
Benjamin Kaduk
bjkfbsd at gmail.com
Wed Feb 13 16:24:12 UTC 2013
On Wed, Feb 13, 2013 at 10:09 AM, Ian Lepore <ian at freebsd.org> wrote:
> Author: ian
> Date: Wed Feb 13 15:09:16 2013
> New Revision: 246763
> URL: http://svnweb.freebsd.org/changeset/base/246763
>
> Modified: head/lib/libc/sys/fcntl.2
>
> ==============================================================================
> --- head/lib/libc/sys/fcntl.2 Wed Feb 13 14:57:54 2013 (r246762)
> +++ head/lib/libc/sys/fcntl.2 Wed Feb 13 15:09:16 2013 (r246763)
> @@ -171,7 +171,7 @@ argument,
> which is rounded up to the nearest block size.
> A zero value in
> .Fa arg
> -turns off read ahead.
> +turns off read ahead, a negative value restores the system default.
>
Comma splice?
-Ben
> .It Dv F_RDAHEAD
> Equivalent to Darwin counterpart which sets read ahead amount of 128KB
> when the third argument,
>
More information about the svn-src-head
mailing list