From d6ff021aed4991ba55e9f86eb22a6190faadfbbc Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 21:07:13 +0200 Subject: ul: add -h and -V to the man page; use "file" and lowercase Signed-off-by: Benno Schulenberg --- text-utils/ul.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'text-utils/ul.1') 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: -- cgit v1.2.3-55-g7522