From owner-svn-src-all@FreeBSD.ORG Wed Feb 13 16:24:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE7F9DAB; Wed, 13 Feb 2013 16:24:12 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-qe0-f43.google.com (mail-qe0-f43.google.com [209.85.128.43]) by mx1.freebsd.org (Postfix) with ESMTP id 608D8E4D; Wed, 13 Feb 2013 16:24:12 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id 3so625696qeb.30 for ; Wed, 13 Feb 2013 08:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EYxnWOc9K06R8Gthvqgb7JPYMFQcK/Qj9V7W9T97YhY=; b=HhMM0ez8Hy5eRkjTy/PIMWAdZIeDwkK0PmGtpDsf3QLKKTGxpK+Vi/JdOC7lfFK30F UKgOryHfldIciiP67chHKlis8fl9SebE8QPgudkHF5+nBUcwVI1jwSuQJKA0Mu+NzdGh SSonyxSeVCoGemvPSrzTYPACF1jZBcn7Z6to6tVhqjCXpzre4T19SYYuGY/DCGfrf/Vs jHgBAKoTXGy8q2Xk27IcsYoIMN7ebn+OIAcDnwsDRKj5R+4E8OrnVMAjeouWxenjeXAK HMIGFZ4Adfnp5Dx2xS3qyByPgzLt6uihL0vfj3NwjbVTnnDI0XjI7WEK3AY71DIPp2BD yK0w== MIME-Version: 1.0 X-Received: by 10.224.76.198 with SMTP id d6mr430335qak.30.1360772645894; Wed, 13 Feb 2013 08:24:05 -0800 (PST) Received: by 10.49.49.1 with HTTP; Wed, 13 Feb 2013 08:24:05 -0800 (PST) In-Reply-To: <201302131509.r1DF9GdM011497@svn.freebsd.org> References: <201302131509.r1DF9GdM011497@svn.freebsd.org> Date: Wed, 13 Feb 2013 11:24:05 -0500 Message-ID: Subject: Re: svn commit: r246763 - in head: lib/libc/sys sys/kern From: Benjamin Kaduk To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 16:24:12 -0000 On Wed, Feb 13, 2013 at 10:09 AM, Ian Lepore 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, >