summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-10-29 08:02:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-10-29 08:02:06 +0000
commit7ae52da3e5c3f7957be6247ff76a1fbb6ede5d2a (patch)
tree36de8ad35fe48f6144fa4de11133aa3610978151
parentead8ca27aa18e8353e329f169dd2b17314f8e185 (diff)
some fixes from ingo regarding the recent groff removal;
-rw-r--r--usr.bin/ul/ul.119
1 files changed, 4 insertions, 15 deletions
diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1
index fb32cc21c9b..6c41720ceea 100644
--- a/usr.bin/ul/ul.1
+++ b/usr.bin/ul/ul.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ul.1,v 1.14 2007/10/16 20:19:27 sobrado Exp $
+.\" $OpenBSD: ul.1,v 1.15 2010/10/29 08:02:05 jmc Exp $
.\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ul.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: October 16 2007 $
+.Dd $Mdocdate: October 29 2010 $
.Dt UL 1
.Os
.Sh NAME
@@ -65,11 +65,7 @@ The options are as follows:
.It Fl i
Underlining is indicated by a separate line containing appropriate
dashes
-.Pq Ql - ;
-this is useful when you want to look at the underlining
-which is present in an
-.Xr nroff 1
-output stream.
+.Pq Ql - .
.It Fl t Ar terminal
Overrides the terminal type specified in the environment with
.Ar terminal .
@@ -90,16 +86,9 @@ file (see
.Xr environ 7 ) .
.El
.Sh SEE ALSO
-.Xr colcrt 1 ,
-.Xr man 1 ,
-.Xr nroff 1
+.Xr man 1
.Sh HISTORY
The
.Nm
command appeared in
.Bx 3.0 .
-.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.