]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inet.3: SYNOPSIS: Mark inet_ntoa() as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:31:07 +0000 (21:31 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:07:59 +0000 (03:07 +0200)
See inet_ntop(3).

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/inet.3

index 8b8a15c15ea849b1fdeba46f8262792ec228839c..ee506228b34a2082233cf4b37644b9a7d8042b8d 100644 (file)
@@ -37,7 +37,7 @@ Standard C library
 .BI "in_addr_t inet_addr(const char *" cp );
 .BI "in_addr_t inet_network(const char *" cp );
 .PP
-.BI "char *inet_ntoa(struct in_addr " in );
+.BI "[[deprecated]] char *inet_ntoa(struct in_addr " in );
 .PP
 .BI "struct in_addr inet_makeaddr(in_addr_t " net ", in_addr_t " host );
 .PP