From: Bernhard Voelker Date: Sat, 4 Mar 2017 18:26:12 +0000 (+0100) Subject: doc: avoid makeinfo warning X-Git-Tag: v8.27~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8cc1ddaa637e7fdee99318bc560f21f5668f08;p=thirdparty%2Fcoreutils.git 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". --- 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: