]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix join example
authorAssaf Gordon <assafgordon@gmail.com>
Tue, 8 Aug 2017 16:22:32 +0000 (10:22 -0600)
committerAssaf Gordon <assafgordon@gmail.com>
Wed, 9 Aug 2017 04:04:57 +0000 (22:04 -0600)
* doc/coreutils.texi (join invocation): Fix incorrect output in example.
Reported by Phlosioneer in https://bugs.gnu.org/28014 .

doc/coreutils.texi

index 77e993e467f58fce4b2ac424ad64b41ead9b6667..8f1cb4c5f9d553e499183c65a2f2ad5a503db6d9 100644 (file)
@@ -6131,7 +6131,7 @@ f Z
 
 $ join file1 file2
 a 1 X
-e 5 Z
+e 5 Y
 @end group
 @end example