source: git/trunk/doc/sorterr.sgml @ 7bb8184

Last change on this file since 7bb8184 was 7bb8184, checked in by Olly Betts <olly@…>, 13 years ago

Retagging 1.2.0

git-svn-id: file:///home/survex-svn/survex/tags/1.2.0@3664 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<refmeta>
2<refentrytitle>sorterr</refentrytitle>
3<manvolnum>1</manvolnum>
4</refmeta>
5
6<refnamediv>
7<refname>sorterr</refname>
8<refpurpose>re-sort .err file by various criteria
9</refpurpose>
10</refnamediv>
11
12<refsynopsisdiv>
13<cmdsynopsis>
14<command>sorterr</command>
15<arg choice="opt">options</arg>
16<arg choice="req">.err file</arg>
17<arg choice="opt">how many</arg>
18</cmdsynopsis>
19</refsynopsisdiv>
20<!-- FIXME:
21    -h, - -horizontal              Sort by horizontal error factor
22    -v, - -vertical                Sort by vertical error factor
23    -p, - -percentage              Sort by percentage error
24    -l, - -per-leg                 Sort by error per leg
25    -r, - -replace                 Replace .err file with resorted version
26-->
27 
28<refsect1><title>Description</title>
29
30<Para>
31Sorterr re-sorts a .err file by the specified criterion (or by the
32error ratio by default).  Output is sent to stdout, or if --replace is
33specified the input file is replaced with the sorted version. By
34default all entries in the file are included - if a second parameter
35is given then only the top entries after sorting are returned.
36</Para>
37
38</refsect1>
Note: See TracBrowser for help on using the repository browser.