[ 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                                                 rgri...@freebsd.org
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to