=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ul/ul.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -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 **** ! .\" $OpenBSD: ul.1,v 1.2 1996/06/26 05:42:04 deraadt Exp $ .\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 --- 1,4 ---- ! .\" $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,52 **** .Op Fl t Ar terminal .Op Ar name Ar ... .Sh DESCRIPTION ! .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 --- 46,52 ---- .Op Fl t Ar terminal .Op Ar name Ar ... .Sh DESCRIPTION ! .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,62 **** .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. If the terminal can overstrike, or handles underlining automatically, .Nm ul --- 56,62 ---- .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. If the terminal can overstrike, or handles underlining automatically, .Nm ul *************** *** 70,76 **** 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 output stream on a crt-terminal. .It Fl t Ar terminal Overrides the terminal type specified in the environment with --- 70,76 ---- 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 1 output stream on a crt-terminal. .It Fl t Ar terminal Overrides the terminal type specified in the environment with *************** *** 95,105 **** .Xr setenv 1 ) . .El .Sh SEE ALSO .Xr man 1 , ! .Xr nroff 1 , ! .Xr colcrt 1 .Sh BUGS ! .Xr Nroff usually outputs a series of backspaces and underlines intermixed with the text to indicate underlining. No attempt is made to optimize the backward motion. --- 95,105 ---- .Xr setenv 1 ) . .El .Sh SEE ALSO + .Xr colcrt 1 , .Xr man 1 , ! .Xr nroff 1 .Sh BUGS ! .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.