svn commit: r333943 - head/lib/libc/sys

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Sun May 20 22:08:21 UTC 2018


[ 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 at freebsd.org


More information about the svn-src-head mailing list