Module Name: src
Committed By: snj
Date: Sat Sep 5 16:23:53 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Fix a small formatting issue with ticket 914.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.65 src/doc/CHANGES-5.1:1.1.2.66
--- src/doc/CHANGES-5.1:1.1.2.65 Sat Sep 5 13:18:04 2009
+++ src/doc/CHANGES-5.1 Sat Sep 5 16:23:53 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.65 2009/09/05 13:18:04 bouyer Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.66 2009/09/05 16:23:53 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -2338,7 +2338,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]