From owner-svn-src-head@FreeBSD.ORG Wed Sep 9 19:38:20 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E44A106568D; Wed, 9 Sep 2009 19:38:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA318FC12; Wed, 9 Sep 2009 19:38:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n89JcKTs094974; Wed, 9 Sep 2009 19:38:20 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n89JcJnM094972; Wed, 9 Sep 2009 19:38:19 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200909091938.n89JcJnM094972@svn.freebsd.org> From: Ed Schouten Date: Wed, 9 Sep 2009 19:38:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197045 - head/lib/libc/stdio X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 19:38:20 -0000 Author: ed Date: Wed Sep 9 19:38:19 2009 New Revision: 197045 URL: http://svn.freebsd.org/changeset/base/197045 Log: Make the description of `b' a little better. If you have a one-byte sequence, `w', `b' is the second character. Not the third. Submitted by: Christoph Mallon Modified: head/lib/libc/stdio/fopen.3 Modified: head/lib/libc/stdio/fopen.3 ============================================================================== --- head/lib/libc/stdio/fopen.3 Wed Sep 9 19:06:01 2009 (r197044) +++ head/lib/libc/stdio/fopen.3 Wed Sep 9 19:38:19 2009 (r197045) @@ -96,7 +96,7 @@ or similar. .Pp The .Fa mode -string can also include the letter ``b'' either as a third character or +string can also include the letter ``b'' either as last character or as a character between the characters in any of the two-character strings described above. This is strictly for compatibility with