From fe8cc1ddaa637e7fdee99318bc560f21f5668f08 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sat, 4 Mar 2017 19:26:12 +0100 Subject: [PATCH] doc: avoid makeinfo warning makeinfo issues the following: doc/coreutils.texi:6568: warning: @sc argument all uppercase,\ thus no effect. * doc/coreutils.texi (join invocation): Remove the @sc macro around the all uppercase "GNU". --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index a649c088b8..d582c8d1c8 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6565,7 +6565,7 @@ Charlie 34 NA @end example -To sort a file with a header line, use @sc{GNU} @command{sed -u}. +To sort a file with a header line, use GNU @command{sed -u}. The following example sort the files but keeps the first line of each file in place: -- 2.47.2