diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-04 23:21:35 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-11 09:47:01 +0200 |
commit | d3ad58376d2dbf8e0603e746aae61a122f8e41c5 (patch) | |
tree | 897069655d5ba68fc4f1f1b915a700e8c5389975 /doc | |
parent | a1cb30c1fb29fb5b891fdd07dec5be232b34ddea (diff) | |
download | coreutils-d3ad58376d2dbf8e0603e746aae61a122f8e41c5.tar.xz |
doc: put the exitstatus paragraph in a better place
* doc/coreutils.texi (tsort invocation): move two lines
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 9d9eeb008..d570396c3 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4625,6 +4625,8 @@ precedes @code{main}. The only options are @option{--help} and @option{--version}. @xref{Common options}. +@exitstatus + @node tsort background @section @command{tsort}: Background @@ -4660,8 +4662,6 @@ Anyhow, that's where tsort came from. To solve an old problem with the way the linker handled archive files, which has since been solved in different ways. -@exitstatus - @node ptx invocation @section @command{ptx}: Produce permuted indexes |