From 969841cb77fe2fc95959eb740809547b29381bd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Oct 2008 19:53:20 +0200 Subject: [PATCH] doc: reorder tsort/ptx nodes so body and menu ordering are consistent * doc/coreutils.texi (tsort invocation, tsort background): Move these nodes "down", so that they follow the ptx nodes, thus matching the alphabetized order in the menu. (tsort background): Make this a subsection. Suggested by Karl Berry. --- doc/coreutils.texi | 313 +++++++++++++++++++++++++++-------------------------- 1 file changed, 158 insertions(+), 155 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 11b9ab9..a0d2202 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3562,7 +3562,6 @@ These commands work with (or produce) sorted files. * comm invocation:: Compare two sorted files line by line. * ptx invocation:: Produce a permuted index of file contents. * tsort invocation:: Topological sort. -* tsort background:: Where tsort came from. @end menu @@ -4587,160 +4586,6 @@ The delimiter @var{str} may not be empty. @end table -@node tsort invocation -@section @command{tsort}: Topological sort - -@pindex tsort -@cindex topological sort - -@command{tsort} performs a topological sort on the given @var{file}, or -standard input if no input file is given or for a @var{file} of -@samp{-}. For more details and some history, see @ref{tsort background}. -Synopsis: - -@example -tsort [@var{option}] [@var{file}] -@end example - -@command{tsort} reads its input as pairs of strings, separated by blanks, -indicating a partial ordering. The output is a total ordering that -corresponds to the given partial ordering. - -For example - -@example -tsort <