coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: avoid makeinfo warning


From: Bernhard Voelker
Subject: [PATCH] doc: avoid makeinfo warning
Date: Sat, 4 Mar 2017 19:26:12 +0100

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 a649c08..d582c8d 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.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]