diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-05 16:06:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-05 16:06:02 +0000 |
commit | 61ab317f3804367f9d764b10765056e9220683c0 (patch) | |
tree | cd2c4328d4e5b20ac439d2b85406d62b00e81e27 /bin/ed/USD.doc | |
parent | bba765c496adb0e43c5f45aa66d252604b637fcb (diff) |
redefine the .UL macro so that, even if output is to a non-TTY device,
.UL formats as italic (underline on TTY); this also makes .ul and .UL
consistent, and avoids formatting problems when punctuation is
involved;
Diffstat (limited to 'bin/ed/USD.doc')
-rw-r--r-- | bin/ed/USD.doc/09.edtut/e.mac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ed/USD.doc/09.edtut/e.mac b/bin/ed/USD.doc/09.edtut/e.mac index 54eb119970a..39624ba00c2 100644 --- a/bin/ed/USD.doc/09.edtut/e.mac +++ b/bin/ed/USD.doc/09.edtut/e.mac @@ -1,4 +1,4 @@ -.\" $OpenBSD: e.mac,v 1.2 2004/04/05 10:58:08 jmc Exp $ +.\" $OpenBSD: e.mac,v 1.3 2004/04/05 16:06:01 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -39,8 +39,7 @@ \&\\$3\s-1\\$1\s0\\$2 .. .de UL -.if t \&\\$3\f3\\$1\f1\\$2 -.if n \&\\$3\f2\\$1\f1\\$2 +\&\\$3\f2\\$1\f1\\$2 .. .de IT \&\\$3\f2\\$1\fP\\$2 |