[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] Warning in lj4_font(5)
From: |
Colin Watson |
Subject: |
[groff] Warning in lj4_font(5) |
Date: |
Fri, 9 Mar 2018 19:28:23 +0000 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
$ groff -e -mandoc -Z -wmac -Tutf8 <src/devices/grolj4/lj4_font.5.man
>/dev/null
eqn:<standard input>:122: unquoted escape
\~ in eqn input produces this warning. It's not clear to me that we get
much benefit from using eqn in this page just for this one somewhat
malformed chunk of input (it also arguably ought to be using "times"
rather than "\[mu]" if it's going to be using eqn anyway). How about
something like this? Or is there a better approach?
diff --git a/src/devices/grolj4/lj4_font.5.man
b/src/devices/grolj4/lj4_font.5.man
index 6e4cf51..6621fa6 100644
--- a/src/devices/grolj4/lj4_font.5.man
+++ b/src/devices/grolj4/lj4_font.5.man
@@ -1,4 +1,3 @@
-'\" e
.TH LJ4_FONT @MAN5EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAME
lj4_font \- groff fonts for use with devlj4
@@ -118,10 +117,7 @@ or any combination
(e.g.,
2400 and 3175)
for which
-.EQ
-res\~\[mu]\~unitwidth = 7\|620\|000.
-.EN
-.
+\fIres\fR\~\[mu]\~\fIunitwidth\fR\~=\~7\|620\|000.
Although HP PCL\~5 LaserJet printers support an internal resolution of
7200 units per inch,
they use a 16-bit signed integer for cursor positioning;
Thanks,
--
Colin Watson address@hidden
- [groff] Warning in lj4_font(5),
Colin Watson <=