Module Name: src
Committed By: sborrill
Date: Fri Oct 16 14:53:21 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Typo fix
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.113 -r1.1.2.114 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.113 src/doc/CHANGES-5.1:1.1.2.114
--- src/doc/CHANGES-5.1:1.1.2.113 Fri Oct 16 14:51:32 2009
+++ src/doc/CHANGES-5.1 Fri Oct 16 14:53:21 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.113 2009/10/16 14:51:32 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.114 2009/10/16 14:53:21 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14320,9 +14320,9 @@
usr.sbin/user/user.c 1.124
- Fix -p flag.
+ Fix -p flag:
- rm_eo is the first character *after* the match, so
no need for a +1.
- Blowfish hashes are only 53 chars long, not 54.
- [hubertf, ticket #1096
+ [hubertf, ticket #1096]