Date: Sun, 20 May 2018 21:56:09 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333943 - head/lib/libc/sys Message-ID: <201805202156.w4KLu90V097166@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805202156.w4KLu90V097166>