Module Name: src
Committed By: snj
Date: Sat Sep 5 16:24:20 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Fix a small formatting issue with ticket 914.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.0.2
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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.10 src/doc/CHANGES-5.0.2:1.1.2.11
--- src/doc/CHANGES-5.0.2:1.1.2.10 Sat Sep 5 13:18:33 2009
+++ src/doc/CHANGES-5.0.2 Sat Sep 5 16:24:20 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.10 2009/09/05 13:18:33 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.11 2009/09/05 16:24:20 snj Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -198,7 +198,7 @@
sbin/fsck_ext2fs/main.c 1.33
Ignore the "-P" option as intended to make this work with e.g.
- "fsck_flags=3D-pP" in "/etc/rc.conf".
+ "fsck_flags=-pP" in "/etc/rc.conf".
Patch supplied by Pierre Pronchery in PR bin/41490.
[tron, ticket #914]