From: Benno Schulenberg Date: Wed, 10 Aug 2011 19:07:13 +0000 (+0200) Subject: ul: add -h and -V to the man page; use "file" and lowercase X-Git-Tag: v2.20-rc2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6ff021aed4991ba55e9f86eb22a6190faadfbbc;p=thirdparty%2Futil-linux.git ul: add -h and -V to the man page; use "file" and lowercase Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/ul.1 b/text-utils/ul.1 index 7d4e57ab33..7992d72fc1 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: