summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_ntop.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet_ntop.3')
-rw-r--r--src/lib/libc/net/inet_ntop.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/inet_ntop.3 b/src/lib/libc/net/inet_ntop.3
index 0e168c7d86..c80b0c4776 100644
--- a/src/lib/libc/net/inet_ntop.3
+++ b/src/lib/libc/net/inet_ntop.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet_ntop.3,v 1.4 2019/08/30 20:06:07 jmc Exp $ 1.\" $OpenBSD: inet_ntop.3,v 1.5 2021/09/01 15:59:22 claudio Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
30.\" 30.\"
31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93 31.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
32.\" 32.\"
33.Dd $Mdocdate: August 30 2019 $ 33.Dd $Mdocdate: September 1 2021 $
34.Dt INET_NTOP 3 34.Dt INET_NTOP 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -38,6 +38,7 @@
38.Nm inet_pton 38.Nm inet_pton
39.Nd convert Internet addresses between presentation and network formats 39.Nd convert Internet addresses between presentation and network formats
40.Sh SYNOPSIS 40.Sh SYNOPSIS
41.In sys/socket.h
41.In arpa/inet.h 42.In arpa/inet.h
42.Ft const char * 43.Ft const char *
43.Fn inet_ntop "int af" "const void * restrict src" "char * restrict dst" "socklen_t size" 44.Fn inet_ntop "int af" "const void * restrict src" "char * restrict dst" "socklen_t size"