From: Assaf Gordon Date: Tue, 8 Aug 2017 16:22:32 +0000 (-0600) Subject: doc: fix join example X-Git-Tag: v8.28~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2929a29baeb9c0b80e4eeba43657a01c3002f4;p=thirdparty%2Fcoreutils.git doc: fix join example * doc/coreutils.texi (join invocation): Fix incorrect output in example. Reported by Phlosioneer in https://bugs.gnu.org/28014 . --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 77e993e467..8f1cb4c5f9 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6131,7 +6131,7 @@ f Z $ join file1 file2 a 1 X -e 5 Z +e 5 Y @end group @end example