Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Use the common template for the USENIX paper. A...



details:   https://anonhg.NetBSD.org/src/rev/16d19e41adeb
branches:  trunk
changeset: 754026:16d19e41adeb
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 17 10:08:21 2010 +0000

description:
Use the common template for the USENIX paper. Add URL.

diffstat:

 lib/libc/net/getaddrinfo.3 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 8a115b30e28b -r 16d19e41adeb lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3        Sat Apr 17 06:38:13 2010 +0000
+++ b/lib/libc/net/getaddrinfo.3        Sat Apr 17 10:08:21 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index