summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_addr.3
diff options
context:
space:
mode:
authorjmc <>2019-08-30 20:06:07 +0000
committerjmc <>2019-08-30 20:06:07 +0000
commit4575aeac074e5eb27daea520e92631bae8c8ed1e (patch)
tree551694c81139bf48e09176154b81dbf827862d8f /src/lib/libc/net/inet_addr.3
parenta0cefd158cb7a50d58d89b0f9851dde2e90c3b34 (diff)
downloadopenbsd-4575aeac074e5eb27daea520e92631bae8c8ed1e.tar.gz
openbsd-4575aeac074e5eb27daea520e92631bae8c8ed1e.tar.bz2
openbsd-4575aeac074e5eb27daea520e92631bae8c8ed1e.zip
mop up for inet_net rename; ok deraadt
Diffstat (limited to 'src/lib/libc/net/inet_addr.3')
-rw-r--r--src/lib/libc/net/inet_addr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet_addr.3 b/src/lib/libc/net/inet_addr.3
index 77d5cde9c7..129b08d277 100644
--- a/src/lib/libc/net/inet_addr.3
+++ b/src/lib/libc/net/inet_addr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet_addr.3,v 1.4 2019/08/30 18:33:17 deraadt Exp $ 1.\" $OpenBSD: inet_addr.3,v 1.5 2019/08/30 20:06:07 jmc 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
@@ -144,10 +144,10 @@ in the C language (i.e., a leading 0x or 0X implies
144hexadecimal; a leading 0 implies octal; 144hexadecimal; a leading 0 implies octal;
145otherwise, the number is interpreted as decimal). 145otherwise, the number is interpreted as decimal).
146.Sh SEE ALSO 146.Sh SEE ALSO
147.Xr htonl 3 ,
148.Xr gethostbyname 3 , 147.Xr gethostbyname 3 ,
148.Xr htonl 3 ,
149.Xr inet_lnaof 3 , 149.Xr inet_lnaof 3 ,
150.Xr inet_net 3 , 150.Xr inet_net_ntop 3 ,
151.Xr inet_ntop 3 , 151.Xr inet_ntop 3 ,
152.Xr hosts 5 152.Xr hosts 5
153.Sh STANDARDS 153.Sh STANDARDS