diff options
author | Benno Schulenberg | 2011-08-10 21:07:13 +0200 |
---|---|---|
committer | Karel Zak | 2011-08-15 15:49:40 +0200 |
commit | d6ff021aed4991ba55e9f86eb22a6190faadfbbc (patch) | |
tree | c3bfbd2a57da63069e598248e999238394042d49 /text-utils | |
parent | ul: make usage() say that more than one input file is allowed (diff) | |
download | kernel-qcow2-util-linux-d6ff021aed4991ba55e9f86eb22a6190faadfbbc.tar.gz kernel-qcow2-util-linux-d6ff021aed4991ba55e9f86eb22a6190faadfbbc.tar.xz kernel-qcow2-util-linux-d6ff021aed4991ba55e9f86eb22a6190faadfbbc.zip |
ul: add -h and -V to the man page; use "file" and lowercase
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/ul.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/text-utils/ul.1 b/text-utils/ul.1 index 7d4e57ab3..7992d72fc 100644 --- a/text-utils/ul.1 +++ b/text-utils/ul.1 @@ -39,11 +39,11 @@ .Nd do underlining .Sh SYNOPSIS .Nm ul -.Op Fl i +.Op Fl hiV .Op Fl t Ar terminal -.Op Ar name Ar ... +.Op Ar file Ar ... .Sh DESCRIPTION -.Nm Ul +.Nm ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the terminal in use, as specified @@ -63,6 +63,8 @@ If the terminal cannot underline, underlining is ignored. .Pp The following options are available: .Bl -tag -width Ds +.It Fl h +Display a help text and exit. .It Fl i Underlining is indicated by a separate line containing appropriate dashes `\-'; this is useful when you want to look at the underlining @@ -72,6 +74,8 @@ output stream on a crt-terminal. .It Fl t Ar terminal Overrides the terminal type specified in the environment with .Ar terminal . +.It Fl V +Display version information and exit. .El .Sh ENVIRONMENT The following environment variable is used: |