Blame SOURCES/coreutils-6.10-manpages.patch

47d86b
diff -urNp coreutils-6.12-orig/src/md5sum.c coreutils-6.12/src/md5sum.c
47d86b
--- coreutils-6.12-orig/src/md5sum.c	2008-05-26 08:40:33.000000000 +0200
47d86b
+++ coreutils-6.12/src/md5sum.c	2008-10-21 16:07:28.000000000 +0200
47d86b
@@ -175,6 +175,9 @@ With no FILE, or when FILE is -, read st
47d86b
         fputs (_("\
47d86b
   -t, --text           read in text mode (default)\n\
47d86b
 "), stdout);
47d86b
+  fputs (_("\
47d86b
+  Note: There is no difference between binary and text mode option on GNU system.\n\
47d86b
+"), stdout);
47d86b
       fputs (_("\
47d86b
 \n\
70e639
 The following four options are useful only when verifying checksums:\n\