summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-06-17 20:01:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-06-17 20:01:05 +0000
commit538e87685fbb7f905c8e4f20a71584761863f202 (patch)
tree51b211e88b234e6d8b379e0c07ef658461c9da20 /lib/libc
parent3c32b88fbfdd5a94617cb765b2d1e10989411772 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/inet.318
1 files changed, 16 insertions, 2 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 9318f4546798..0aaee057369d 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -29,9 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
+.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
-.Dd June 4, 1993
+.Dd June 17, 1996
.Dt INET 3
.Os BSD 4.2
.Sh NAME
@@ -159,6 +160,18 @@ may be decimal, octal, or hexadecimal, as specified
in the C language (i.e., a leading 0x or 0X implies
hexadecimal; otherwise, a leading 0 implies octal;
otherwise, the number is interpreted as decimal).
+.Pp
+The
+.Fn inet_aton
+and
+.Fn inet_ntoa
+functions are semi-deprecated in favor of the
+.Xr addr2ascii 3
+family. However, since those functions are not yet widely implemented,
+portable programs cannot rely on their presence and will continue
+to use the
+.Xr inet 3
+functions for some time.
.Sh DIAGNOSTICS
The constant
.Dv INADDR_NONE
@@ -168,6 +181,7 @@ and
.Fn inet_network
for malformed requests.
.Sh SEE ALSO
+.Xr addr2ascii 3 ,
.Xr gethostbyname 3 ,
.Xr getnetent 3 ,
.Xr hosts 5 ,