Module Name: src
Committed By: cegger
Date: Wed Oct 7 08:47:47 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
man(1): display manpage when specified with a path
To generate a diff of this commit:
cvs rdiff -u -r1.1304 -r1.1305 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1304 src/doc/CHANGES:1.1305
--- src/doc/CHANGES:1.1304 Sun Oct 4 22:11:39 2009
+++ src/doc/CHANGES Wed Oct 7 08:47:47 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1304 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1305 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -418,3 +418,4 @@
i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]
dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002]
libm(3): Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004]
+ man(1): Display manpage when specified with a path [cegger 20091007]