]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: remove colon from node name
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2019 00:53:49 +0000 (16:53 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2019 00:54:19 +0000 (16:54 -0800)
* doc/sort-version.texi (Minus/Hyphen and Colon characters):
Rename from “Minus/Hyphen @samp{-} and Colon @samp{:} characters”,
as texi2any 6.6 complains about colons in node names.

doc/sort-version.texi

index 07d9c8251a04ef0e84ea0fe1171679e3ab76ea0b..79def509f25f163205b288bab7daddff3336308f 100644 (file)
@@ -475,7 +475,7 @@ official Debian algorithm, in order to accommodate more general usage
 and file name listing.
 
 
-@node Minus/Hyphen @samp{-} and Colon @samp{:} characters
+@node Minus/Hyphen and Colon characters
 @subsection Minus/Hyphen @samp{-} and Colon @samp{:} characters
 
 In Debian's version string syntax the version consists of three parts:
@@ -764,7 +764,7 @@ dpkg: warning: version '3.0/' has bad syntax:
 
 To illustrate the different handling of hyphens between Debian and
 coreutils' algorithms (see
-@ref{Minus/Hyphen @samp{-} and Colon @samp{:} characters}):
+@ref{Minus/Hyphen and Colon characters}):
 
 @example
 $ compver abb ab-cd 2>/dev/null     $ printf "abb\nab-cd\n" | sort -V