Module Name: src
Committed By: wiz
Date: Fri Feb 7 16:57:05 UTC 2014
Modified Files:
src/share/man/man9: namecache.9
Log Message:
Mark up author name with An.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/namecache.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/namecache.9
diff -u src/share/man/man9/namecache.9:1.18 src/share/man/man9/namecache.9:1.19
--- src/share/man/man9/namecache.9:1.18 Fri Feb 7 15:29:21 2014
+++ src/share/man/man9/namecache.9 Fri Feb 7 16:57:05 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: namecache.9,v 1.18 2014/02/07 15:29:21 hannken Exp $
+.\" $NetBSD: namecache.9,v 1.19 2014/02/07 16:57:05 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -258,4 +258,5 @@ The name lookup cache is implemented wit
The name lookup cache first appeared in
.Bx 4.2 .
.Sh AUTHORS
-The original name lookup cache was written by Robert Elz.
+The original name lookup cache was written by
+.An Robert Elz .