diff options
author | Sami Kerola | 2011-05-24 22:56:44 +0200 |
---|---|---|
committer | Karel Zak | 2011-06-01 10:03:48 +0200 |
commit | 5b2d18a499126ef6b3867c6020a24b897a9fc11f (patch) | |
tree | d097f512dd56cff9229c0ea67435031c4a30f9e2 /text-utils | |
parent | colctr: use long options and clean coding style (diff) | |
download | kernel-qcow2-util-linux-5b2d18a499126ef6b3867c6020a24b897a9fc11f.tar.gz kernel-qcow2-util-linux-5b2d18a499126ef6b3867c6020a24b897a9fc11f.tar.xz kernel-qcow2-util-linux-5b2d18a499126ef6b3867c6020a24b897a9fc11f.zip |
docs: colcrt manual update
Inform about long, help & version and options.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/colcrt.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/text-utils/colcrt.1 b/text-utils/colcrt.1 index ee603e1ac..b079a3837 100644 --- a/text-utils/colcrt.1 +++ b/text-utils/colcrt.1 @@ -52,13 +52,13 @@ are placed on new lines in between the normal output lines. .Pp Available options: .Bl -tag -width Ds -.It Fl +.It Fl , Fl Fl no-underlining Suppress all underlining. This option is especially useful for previewing .Em allboxed tables from .Xr tbl 1 . -.It Fl 2 +.It Fl 2, Fl Fl half-lines Causes all half-lines to be printed, effectively double spacing the output. Normally, a minimal space output format is used which will suppress empty lines. @@ -67,6 +67,10 @@ The .Fl 2 option is useful for sending output to the line printer when the output contains superscripts and subscripts which would otherwise be invisible. +.It Fl V, Fl Fl version +Output version information and exit. +.It Fl h, Fl Fl help +Output help and exit. .El .Sh EXAMPLES A typical use of |