summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-10-21 17:56:36 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-10-21 21:03:52 -0500
commit60e3bd7ab36267f82b1b7ae0fc3c3f073ae91843 (patch)
tree91cc057cd83c7bbd972a3849c6c5b845d7fc6d2c /PROBLEMS
parent53ce0de5d66d1c90227b2a325620948b5af0803c (diff)
downloadgroff-git-60e3bd7ab36267f82b1b7ae0fc3c3f073ae91843.tar.gz
Migrate terminology away from "paper size".
Migrate terminology from "paper size" to "paper format" or "paper dimensions" as appropriate in documentation and diagnostic messages. "Format" implies an orientation (which can be overridden in many cases) whereas size does not. When only the magnitudes of measurements are at issue (mainly for internal purposes), use the term "dimensions". * NEWS: * PROBLEMS: * doc/groff.texi: * m4/groff.m4 (GROFF_PAGE): * man/groff_font.5.man: * man/groff_tmac.5.man: * src/devices/grodvi/dvi.cpp (main): * src/devices/grolbp/grolbp.1.man: * src/devices/grolbp/lbp.cpp (main): * src/devices/grolj4/grolj4.1.man: * src/devices/grolj4/lj4.cpp (lj4_printer::lj4_printer, main): * src/devices/grolj4/lj4_font.5.man: * src/devices/gropdf/gropdf.1.man: * src/devices/grops/grops.1.man: * src/devices/grops/ps.cpp (main): * src/roff/groff/groff.1.man: * tmac/papersize.tmac: Do it.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROBLEMS b/PROBLEMS
index dc398e3db..889d7f526 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -453,7 +453,7 @@ See groff(1) and groff_tmac(5) for more information.
* When I print the output of groff -Tps, the output is always shifted
up by about 0.7 inches; I'm using 8.5x11 inch paper.
-Make sure that the paper size is `letter'. See groff_tmac(5).
+Make sure that the paper format is "letter". See groff_tmac(5).
----------------------------------------------------------------------