]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: avoid makeinfo warning
authorBernhard Voelker <mail@bernhard-voelker.de>
Sat, 4 Mar 2017 18:26:12 +0000 (19:26 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 4 Mar 2017 22:00:24 +0000 (14:00 -0800)
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

index a649c088b80f803b88c056346af6e9a41a792002..d582c8d1c88d45c9267e52f6aa8c706a60226728 100644 (file)
@@ -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: