From ad591a52b4507a5ffe77e88a252bcd992c3561bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Nov 2019 16:53:49 -0800 Subject: [PATCH] doc: remove colon from node name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sort-version.texi b/doc/sort-version.texi index 07d9c8251a..79def509f2 100644 --- a/doc/sort-version.texi +++ b/doc/sort-version.texi @@ -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 -- 2.47.2