From owner-svn-src-all@freebsd.org Mon Nov 23 17:54:53 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 316FBA32F33; Mon, 23 Nov 2015 17:54:53 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE8911C52; Mon, 23 Nov 2015 17:54:52 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wmuu63 with SMTP id u63so64957752wmu.0; Mon, 23 Nov 2015 09:54:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w5ENgGkO2O1CDp09ZKHHTjMOpBVauzehn8SzQjdOYxI=; b=iU2koufDpP3DJ0ogn5atkRB39MOCKwZiU1LavoN/8bRCJGABFD6HmrCr3E5ZnMWCqf v1O08PVYJ9pL/dELcdv3fgXOhK06liuZzLO5HDUOze7L+OeBAnpUWTF/+NqDsB+WJCGP 76z/hHWq+P+eY50CdAYqxTkkCK2PBJ7XVBlvSXKpLJP8PVRI6TXOafzOEbBZKbxGAyKY /4r7sKwHQxaqUdA9N2RYRCJcHPj4MtT3emWuwaxPWdyVG9m54AiRkWNS/UOxNEKovT2f vL7RI+7ow2Akm3oIlOgWto2Ugvi4P9j5zGOc2CpgC2QFl5tpFPrX4EuBY2R2BUnlRQAB rlyw== MIME-Version: 1.0 X-Received: by 10.194.142.45 with SMTP id rt13mr31553545wjb.45.1448301291259; Mon, 23 Nov 2015 09:54:51 -0800 (PST) Received: by 10.27.10.199 with HTTP; Mon, 23 Nov 2015 09:54:51 -0800 (PST) In-Reply-To: <201511231247.tANCl8BS062451@repo.freebsd.org> References: <201511231247.tANCl8BS062451@repo.freebsd.org> Date: Mon, 23 Nov 2015 11:54:51 -0600 Message-ID: Subject: Re: svn commit: r291197 - head/lib/libc/stdio From: Benjamin Kaduk To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 23 Nov 2015 17:54:53 -0000 On Mon, Nov 23, 2015 at 6:47 AM, Dag-Erling Sm=C3=B8rgrav wrote: > Author: des > Date: Mon Nov 23 12:47:08 2015 > New Revision: 291197 > URL: https://svnweb.freebsd.org/changeset/base/291197 > > Log: > markup fixes > > Modified: > head/lib/libc/stdio/fopen.3 > > Modified: head/lib/libc/stdio/fopen.3 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libc/stdio/fopen.3 Mon Nov 23 12:19:36 2015 (r291196) > +++ head/lib/libc/stdio/fopen.3 Mon Nov 23 12:47:08 2015 (r291197) > @@ -120,7 +120,9 @@ This is strictly for compatibility with > .St -isoC > and has effect only for > .Fn fmemopen > -; otherwise the ``b'' is ignored. > +; otherwise > Hmm, I would have expected that the semicolon could go on the previous line, as is normally the case for punctuation following macros. Is this not the case here? -Ben > +.Dq Li b > +is ignored. > .Pp > Any created files will have mode > .Do Dv S_IRUSR >