From 59625e84c89bf82e1c6d20c55785b618eb56ea72 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 27 Sep 2012 11:31:58 +0000 Subject: last stage of rfc changes, using consistent Rs/Re blocks, and moving the references into a STANDARDS section; --- src/lib/libc/net/inet.3 | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'src/lib/libc/net/inet.3') diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3 index 4521827466..d96a824532 100644 --- a/src/lib/libc/net/inet.3 +++ b/src/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.24 2012/08/20 19:38:55 jmc Exp $ +.\" $OpenBSD: inet.3,v 1.25 2012/09/27 11:31:58 jmc Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: August 20 2012 $ +.Dd $Mdocdate: September 27 2012 $ .Dt INET 3 .Os .Sh NAME @@ -277,6 +277,20 @@ or in compressed form: .Xr inet_net 3 , .Xr hosts 5 , .Xr networks 5 +.Sh STANDARDS +The +.Nm inet_ntop +and +.Nm inet_pton +functions conform to the IETF IPv6 BSD API and address formatting +specifications. +Note that +.Nm inet_pton +does not accept 1-, 2-, or 3-part dotted addresses; all four parts +must be specified. +This is a narrower input set than that accepted by +.Nm inet_aton . +.Pp .Rs .%A R. Gilligan .%A S. Thomson @@ -287,6 +301,7 @@ or in compressed form: .%R RFC 3493 .%T Basic Socket Interface Extensions for IPv6 .Re +.Pp .Rs .%A R. Hinden .%A S. Deering @@ -294,19 +309,6 @@ or in compressed form: .%R RFC 4291 .%T IP Version 6 Addressing Architecture .Re -.Sh STANDARDS -The -.Nm inet_ntop -and -.Nm inet_pton -functions conform to the IETF IPv6 BSD API and address formatting -specifications. -Note that -.Nm inet_pton -does not accept 1-, 2-, or 3-part dotted addresses; all four parts -must be specified. -This is a narrower input set than that accepted by -.Nm inet_aton . .Sh HISTORY The .Nm inet_addr , -- cgit v1.2.3-55-g6feb