diff options
author | 2004-04-01 11:21:15 +0000 | |
---|---|---|
committer | 2004-04-01 11:21:15 +0000 | |
commit | 2e860fb63898901508a725cc3e2ed1af32c1a12b (patch) | |
tree | b08de00ca409818a4612a93c4e4d0fe382ff2b01 | |
parent | document ipv6ification changes to s_client, polished by jmc@ (diff) | |
download | wireguard-openbsd-2e860fb63898901508a725cc3e2ed1af32c1a12b.tar.xz wireguard-openbsd-2e860fb63898901508a725cc3e2ed1af32c1a12b.zip |
fix macros when running as groff (corrects ps output);
from Zvezdan Petkovic;
-rw-r--r-- | share/doc/usd/20.meref/ref.me | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/doc/usd/20.meref/ref.me b/share/doc/usd/20.meref/ref.me index 1b078fa9d35..c8fb71b04d5 100644 --- a/share/doc/usd/20.meref/ref.me +++ b/share/doc/usd/20.meref/ref.me @@ -1,4 +1,4 @@ -.\" $OpenBSD: ref.me,v 1.3 2003/06/02 23:30:12 millert Exp $ +.\" $OpenBSD: ref.me,v 1.4 2004/04/01 11:21:15 jmc Exp $ .\" .\" Copyright (c) 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,8 @@ .di XX .. .de DE \" *** description -\\\\h'|\\n(DIu'\\\\c +.ie \\n(.g \?\\\\h'|\\n(DIu'\\\\c\? +.el \\\\h'|\\n(DIu'\\\\c .br .di .in +\\n(DIu @@ -1948,7 +1949,8 @@ you might type .b 2 \c .ST ] , which will produce -.b x\*[2\*] . +.ie \n(.g .b x\*[[]2\*] . +.el .b x\*[2\*] . .TL .ST < .DE |