aboutsummaryrefslogtreecommitdiffstats
path: root/man3/inet_pton.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/inet_pton.3')
-rw-r--r--man3/inet_pton.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/inet_pton.3 b/man3/inet_pton.3
index 807c4ea030..4f2bd623b5 100644
--- a/man3/inet_pton.3
+++ b/man3/inet_pton.3
@@ -175,6 +175,7 @@ Here are some example runs:
.in
.SS Program source
\&
+.\" SRC BEGIN (inet_pton.c)
.EX
#include <arpa/inet.h>
#include <stdio.h>
@@ -215,6 +216,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.EE
+.\" SRC END
.SH SEE ALSO
.BR getaddrinfo (3),
.BR inet (3),