From: Jim Meyering Date: Sun, 12 Oct 2008 17:53:20 +0000 (+0200) Subject: doc: reorder tsort/ptx nodes so body and menu ordering are consistent X-Git-Tag: v7.1~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=969841cb77fe2fc95959eb740809547b29381bd8;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 11b9ab9da4..a0d2202635 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 <