From owner-svn-src-all@FreeBSD.ORG Sun May 12 05:54:58 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 97322F32; Sun, 12 May 2013 05:54:58 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 886B4C2B; Sun, 12 May 2013 05:54:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4C5sw9J056121; Sun, 12 May 2013 05:54:58 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4C5swKv056120; Sun, 12 May 2013 05:54:58 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201305120554.r4C5swKv056120@svn.freebsd.org> From: Sergey Kandaurov Date: Sun, 12 May 2013 05:54:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250554 - head/lib/libc/gen X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 12 May 2013 05:54:58 -0000 Author: pluknet Date: Sun May 12 05:54:58 2013 New Revision: 250554 URL: http://svnweb.freebsd.org/changeset/base/250554 Log: Typo. Modified: head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Modified: head/lib/libc/gen/posix_spawn_file_actions_addopen.3 ============================================================================== --- head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Sun May 12 04:34:55 2013 (r250553) +++ head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Sun May 12 05:54:58 2013 (r250554) @@ -190,7 +190,7 @@ is equal to .Fa newfildes (clearing .Dv FD_CLOEXEC ) . -A future update of the Standard is expected to require this behavior, +A future update of the Standard is expected to require this behavior. .Sh HISTORY The .Fn posix_spawn_file_actions_addopen ,