Module Name: src
Committed By: jruoho
Date: Sat Apr 17 10:08:22 UTC 2010
Modified Files:
src/lib/libc/net: getaddrinfo.3
Log Message:
Use the common template for the USENIX paper. Add URL.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/lib/libc/net/getaddrinfo.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/net/getaddrinfo.3
diff -u src/lib/libc/net/getaddrinfo.3:1.53 src/lib/libc/net/getaddrinfo.3:1.54
--- src/lib/libc/net/getaddrinfo.3:1.53 Mon Mar 22 19:30:54 2010
+++ src/lib/libc/net/getaddrinfo.3 Sat Apr 17 10:08:21 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: getaddrinfo.3,v 1.53 2010/03/22 19:30:54 joerg Exp $
+.\" $NetBSD: getaddrinfo.3,v 1.54 2010/04/17 10:08:21 jruoho Exp $
.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
.\" $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $
.\"
@@ -17,7 +17,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd December 14, 2009
+.Dd April 17, 2010
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -471,9 +471,13 @@
.Re
.Rs
.%A Craig Metz
-.%T Protocol Independence Using the Sockets API
-.%B "Proceedings of the FREENIX track: 2000 USENIX annual technical conference"
-.%D June 2000
+.%T "Protocol Independence Using the Sockets API"
+.%I USENIX Association
+.%B Proceedings of the FREENIX Track: 2000 USENIX Annual Technical Conference
+.%D June 18-23, 2000
+.%P 99-108
+.%U http://www.usenix.org/events/usenix2000/freenix/
+.%U metzprotocol/metzprotocol.pdf
.Re
.Sh STANDARDS
The