From 88a180b7322b754cba63c187c145fe7bef1ecde5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 May 2007 10:55:41 +0000 Subject: [PATCH] Added .\" about pages that point to examples on this page. --- man3/getaddrinfo.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 140d81a34..db9751459 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -438,6 +438,12 @@ are available since glibc 2.3.3. .BR AI_NUMERICSERV is available since glibc 2.3.4. .SH EXAMPLE +.\" getnameinfo.3 refers to this example +.\" socket.2 refers to this example +.\" bind.2 refers to this example +.\" connect.2 refers to this example +.\" recvfrom.2 refers to this example +.\" sendto.2 refers to this example The following programs demonstrate the use of .BR getaddrinfo (), .BR gai_strerror (),