BSD 3 development
[unix-history] / usr / man / man1 / ul.1
CommitLineData
94388082
MH
1.TH UL 1 9/23/79
2.UC
3.SH NAME
4ul \- do underlining
5.SH SYNOPSIS
6.B ul
7[
8.B \-t
9.I terminal
10]
11[
12.I name
13\&...
14]
15.SH DESCRIPTION
16.I Ul
17reads the named files (or standard input if none are given)
18and translates occurances of underscores to the sequence
19which indicates underlining.
20If
21.B \-t
22is present,
23.I terminal
24is used as the terminal kind.
25Otherwise, the environment is looked in and
26.I /etc/termcap
27read to determine
28the appropriate sequences for underlining.
29If none of the fields
30.BR us ,
31.BR ue ,
32or
33.BR uc
34is present, and if
35.B so
36and
37.B se
38are present, standout mode is used to indicate underlining.
39If the terminal can overstrike,
40or handles underlining automatically,
41.I ul
42behaves like
43.IR cat (1).
44If the terminal cannot underline, underlining is ignored.
45.SH "SEE ALSO"
46iul(1), man(1), nroff(1)
47.SH AUTHOR
48Mark Horton
49.SH BUGS
50.I Nroff
51usually outputs a series of backspaces and underlines intermixed
52with the text to indicate underlining. No attempt is made to optimize
53the backward motion.