mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
inet/arpa/inet.h: Fix typo in documentation of inet_ntop
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
committed by
Adhemerval Zanella
parent
e6f3cc4246
commit
8280625a2c
+1
-1
@@ -60,7 +60,7 @@ extern int inet_pton (int __af, const char *__restrict __cp,
|
|||||||
|
|
||||||
/* Convert a Internet address in binary network format for interface
|
/* Convert a Internet address in binary network format for interface
|
||||||
type AF in buffer starting at CP to presentation form and place
|
type AF in buffer starting at CP to presentation form and place
|
||||||
result in buffer of length LEN astarting at BUF. */
|
result in buffer of length LEN starting at BUF. */
|
||||||
extern const char *inet_ntop (int __af, const void *__restrict __cp,
|
extern const char *inet_ntop (int __af, const void *__restrict __cp,
|
||||||
char *__restrict __buf, socklen_t __len)
|
char *__restrict __buf, socklen_t __len)
|
||||||
__THROW;
|
__THROW;
|
||||||
|
|||||||
Reference in New Issue
Block a user