Ondrej Vasik 2c1a19
diff -urp coreutils-6.10-orig/man/md5sum.1 coreutils-6.10/man/md5sum.1
Ondrej Vasik 2c1a19
--- coreutils-6.10-orig/man/md5sum.1	2008-01-28 14:33:16.000000000 +0100
Ondrej Vasik 2c1a19
+++ coreutils-6.10/man/md5sum.1	2008-01-28 14:54:29.000000000 +0100
Ondrej Vasik 60a190
@@ -19,6 +19,8 @@ read MD5 sums from the FILEs and check t
Ondrej Vasik 2c1a19
 .TP
Ondrej Vasik 2c1a19
 \fB\-t\fR, \fB\-\-text\fR
Ondrej Vasik 2c1a19
 read in text mode (default)
Ondrej Vasik 60a190
+.br
Ondrej Vasik 60a190
+\fBNote:\fR There is no difference between binary and text mode option on GNU system.
Ondrej Vasik 2c1a19
 .SS "The following two options are useful only when verifying checksums:"
Ondrej Vasik 2c1a19
 .TP
Ondrej Vasik 2c1a19
 \fB\-\-status\fR
Ondrej Vasik 2c1a19
diff -urp coreutils-6.10-orig/man/sort.1 coreutils-6.10/man/sort.1
Ondrej Vasik 2c1a19
--- coreutils-6.10-orig/man/sort.1	2008-01-28 14:33:17.000000000 +0100
Ondrej Vasik 2c1a19
+++ coreutils-6.10/man/sort.1	2008-01-28 16:02:28.000000000 +0100
Ondrej Vasik 2c1a19
@@ -56,7 +56,7 @@ compress temporaries with PROG;
Ondrej Vasik 2c1a19
 decompress them with PROG \fB\-d\fR
Ondrej Vasik 2c1a19
 .TP
Ondrej Vasik 2c1a19
 \fB\-k\fR, \fB\-\-key\fR=\fIPOS1[\fR,POS2]
Ondrej Vasik 2c1a19
-start a key at POS1, end it at POS2 (origin 1)
Ondrej Vasik 2c1a19
+start a key at POS1, end it at POS2 (origin 1) - when no POS2 is specified, end of line is used
Ondrej Vasik 2c1a19
 .TP
Ondrej Vasik 2c1a19
 \fB\-m\fR, \fB\-\-merge\fR
Ondrej Vasik 2c1a19
 merge already sorted files; do not sort
Ondrej Vasik 2c1a19
@@ -103,8 +103,8 @@ With no FILE, or when FILE is \-, read s
Ondrej Vasik 2c1a19
 .PP
Ondrej Vasik 2c1a19
 *** WARNING ***
Ondrej Vasik 2c1a19
 The locale specified by the environment affects sort order.
Ondrej Vasik 2c1a19
-Set LC_ALL=C to get the traditional sort order that uses
Ondrej Vasik 2c1a19
-native byte values.
Ondrej Vasik 2c1a19
+Set LC_ALL=C (by "export LC_ALL=C") to get the traditional 
Ondrej Vasik 2c1a19
+sort order that uses native byte values.
Ondrej Vasik 2c1a19
 .SH AUTHOR
Ondrej Vasik 2c1a19
 Written by Mike Haertel and Paul Eggert.
Ondrej Vasik 2c1a19
 .SH "REPORTING BUGS"