Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 15:08:18 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        Sevan Janiyan <sevan@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r333943 - head/lib/libc/sys
Message-ID:  <201805202208.w4KM8Ip2022224@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <201805202156.w4KLu90V097166@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
[ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805202208.w4KM8Ip2022224>