summaryrefslogtreecommitdiffstats
path: root/man3/inet_ntop.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/inet_ntop.39
1 files changed, 4 insertions, 5 deletions
diff --git a/man3/inet_ntop.3 b/man3/inet_ntop.3
index 6f6d853..3d2d78b 100644
--- a/man3/inet_ntop.3
+++ b/man3/inet_ntop.3
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" References: RFC 2553
-.TH inet_ntop 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH inet_ntop 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
inet_ntop \- convert IPv4 and IPv6 addresses from binary to text form
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <arpa/inet.h>
-.PP
+.P
.BI "const char *inet_ntop(int " af ", const void *restrict " src ,
.BI " char " dst "[restrict ." size "], socklen_t " size );
.fi
@@ -29,7 +29,7 @@ which must be a non-null pointer.
The caller specifies the number of bytes available in this buffer in
the argument
.IR size .
-.PP
+.P
.BR inet_ntop ()
extends the
.BR inet_ntoa (3)
@@ -95,12 +95,11 @@ T{
.BR inet_ntop ()
T} Thread safety MT-Safe locale
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
POSIX.1-2001.
-.PP
+.P
Note that RFC\ 2553 defines a prototype where the last argument
.I size
is of type