public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Quentin Rameau <quinq-UlqG2OPX9a0ue8ZPuPpd/Q@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] getaddrinfo.3: Fix _POSIX_C_SOURCE value for getaddrinfo()
Date: Sat, 10 Jun 2017 01:00:20 +0200	[thread overview]
Message-ID: <20170609230020.GA62868@alpha.fifth.space> (raw)

The correct _POSIX_C_SOURCE value is 200112L, not 201112L in features.h.
---
 man3/getaddrinfo.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index f058e5a80..2f89c099b 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -69,7 +69,7 @@ Feature Test Macro Requirements for glibc (see
 .BR getaddrinfo (),
 .BR freeaddrinfo (),
 .BR gai_strerror ():
-    Since glibc 2.22: _POSIX_C_SOURCE >= 201112L
+    Since glibc 2.22: _POSIX_C_SOURCE >= 200112L
     Glibc 2.21 and earlier: _POSIX_C_SOURCE
 .ad b
 .SH DESCRIPTION
-- 
2.13.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2017-06-09 23:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 23:00 Quentin Rameau [this message]
     [not found] ` <20170609230020.GA62868-lvRy8M+iZ/WfwRssfSzb0bNAH6kLmebB@public.gmane.org>
2017-06-11  6:15   ` [PATCH] getaddrinfo.3: Fix _POSIX_C_SOURCE value for getaddrinfo() Michael Kerrisk (man-pages)
     [not found]     ` <8dd2d453-b85c-4068-8dd9-c585f341a701-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-06-11 11:18       ` Quentin Rameau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170609230020.GA62868@alpha.fifth.space \
    --to=quinq-ulqg2opx9a0ue8zpuppd/q@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox