Module Name:    src
Committed By:   wiz
Date:           Tue Apr 28 07:52:00 UTC 2009

Modified Files:
        src/lib/libevent: evdns.3

Log Message:
Use Xr for strtok_r reference. Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libevent/evdns.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/libevent/evdns.3
diff -u src/lib/libevent/evdns.3:1.4 src/lib/libevent/evdns.3:1.5
--- src/lib/libevent/evdns.3:1.4	Tue Apr 28 03:11:45 2009
+++ src/lib/libevent/evdns.3	Tue Apr 28 07:51:59 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: evdns.3,v 1.4 2009/04/28 03:11:45 reed Exp $
+.\"	$NetBSD: evdns.3,v 1.5 2009/04/28 07:51:59 wiz Exp $
 .\"
 .\" Copyright (c) 2006 Niels Provos <[email protected]>
 .\" All rights reserved.
@@ -102,7 +102,7 @@
 code.
 You statically link with it.
 You should also test for the existence of
-.Dv strtok_r
+.Xr strtok_r 3
 and define
 .Dv HAVE_STRTOK_R
 if you have it.
@@ -146,7 +146,7 @@
 .Pp
 When the lookup is complete the callback function is called.
 The first argument will be one of the DNS_ERR_* defines in evdns.h.
-Hopefully it will be 
+Hopefully it will be
 .Dv DNS_ERR_NONE ,
 in which case type will be
 .Dv DNS_IPv4_A ,

Reply via email to