Module Name: src
Committed By: wiz
Date: Thu Nov 14 00:13:41 UTC 2013
Modified Files:
src/lib/libc/net: resolver.3
Log Message:
Remove annoying comma and sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/net/resolver.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/resolver.3
diff -u src/lib/libc/net/resolver.3:1.27 src/lib/libc/net/resolver.3:1.28
--- src/lib/libc/net/resolver.3:1.27 Wed Nov 13 23:58:51 2013
+++ src/lib/libc/net/resolver.3 Thu Nov 14 00:13:41 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: resolver.3,v 1.27 2013/11/13 23:58:51 christos Exp $
+.\" $NetBSD: resolver.3,v 1.28 2013/11/14 00:13:41 wiz Exp $
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -371,7 +371,7 @@ the initialization code also sets up a
and creates a
.Xr kevent 2
watching a file descriptor that points to the resolver file.
-Every resolver function, calls the internal function
+Every resolver function calls the internal function
.Fn __res_check
which checks for a new
.Xr kevent 2
@@ -733,11 +733,11 @@ The configuration file, see
.El
.Sh SEE ALSO
.Xr getaddrinfo 3 ,
-.Xr getnameinfo 3 ,
.Xr gethostbyaddr 3 ,
.Xr gethostbyname 3 ,
-.Xr hostname 7 ,
+.Xr getnameinfo 3 ,
.Xr resolv.conf 5 ,
+.Xr hostname 7 ,
.Xr named 8
.Pp
.%T RFC 974 ,