=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ul/ul.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ul/ul.1 1996/06/26 05:42:04 1.2 +++ src/usr.bin/ul/ul.1 1998/10/30 00:24:41 1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ul.1,v 1.2 1996/06/26 05:42:04 deraadt Exp $ +.\" $OpenBSD: ul.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ .\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -46,7 +46,7 @@ .Op Fl t Ar terminal .Op Ar name 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 @@ -56,7 +56,7 @@ .Pa /etc/termcap is read to determine the appropriate sequences for underlining. If the terminal is incapable of underlining, but is capable of -a standout mode then that is used instead. +a standout mode, then that is used instead. If the terminal can overstrike, or handles underlining automatically, .Nm ul @@ -70,7 +70,7 @@ Underlining is indicated by a separate line containing appropriate dashes `\-'; this is useful when you want to look at the underlining which is present in an -.Xr nroff +.Xr nroff 1 output stream on a crt-terminal. .It Fl t Ar terminal Overrides the terminal type specified in the environment with @@ -95,11 +95,11 @@ .Xr setenv 1 ) . .El .Sh SEE ALSO +.Xr colcrt 1 , .Xr man 1 , -.Xr nroff 1 , -.Xr colcrt 1 +.Xr nroff 1 .Sh BUGS -.Xr Nroff +.Xr nroff 1 usually outputs a series of backspaces and underlines intermixed with the text to indicate underlining. No attempt is made to optimize the backward motion.