From owner-svn-src-all@freebsd.org Sun May 20 22:08:21 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A90BEF1996; Sun, 20 May 2018 22:08:21 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3ED773537; Sun, 20 May 2018 22:08:20 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w4KM8ItD022225; Sun, 20 May 2018 15:08:18 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w4KM8Ip2022224; Sun, 20 May 2018 15:08:18 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201805202208.w4KM8Ip2022224@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r333943 - head/lib/libc/sys In-Reply-To: <201805202156.w4KLu90V097166@repo.freebsd.org> To: Sevan Janiyan Date: Sun, 20 May 2018 15:08:18 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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, 20 May 2018 22:08:21 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: sevan (doc committer) > Date: Sun May 20 21:56:08 2018 > New Revision: 333943 > URL: https://svnweb.freebsd.org/changeset/base/333943 > > Log: > Use St macro for specifying C standards. > > Reported by: rgrimes@ Thank you. > Modified: > head/lib/libc/sys/recv.2 > > Modified: head/lib/libc/sys/recv.2 > ============================================================================== > --- head/lib/libc/sys/recv.2 Sun May 20 21:37:34 2018 (r333942) > +++ head/lib/libc/sys/recv.2 Sun May 20 21:56:08 2018 (r333943) > @@ -198,7 +198,11 @@ If no data is available, > .Va errno > is set to > .Er EAGAIN . > -This flag is not available in strict ANSI or C99 compilation mode. > +This flag is not available in > +.St -ansiC > +or > +.St -isoC-99 > +compilation mode. > The > .Dv MSG_WAITFORONE > flag sets MSG_DONTWAIT after the first message has been received. > > -- Rod Grimes rgrimes@freebsd.org