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

Sevan Janiyan sevan at FreeBSD.org
Sun May 20 21:56:09 UTC 2018


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@

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.


More information about the svn-src-head mailing list