summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-09-15 09:10:17 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-09-15 09:14:32 +1000
commit538185839d6d765a9525a711c57afe3052e1c74d (patch)
tree5253ccbd2b83e7adc569a443cfe7f8d80772742c /arch
parentf063fee51bd253c07155e763e55c1398c7af0091 (diff)
downloadgroff-git-538185839d6d765a9525a711c57afe3052e1c74d.tar.gz
[docs]: Correct capitalization of "CaPSL".
This is the correct casing of the acronym per http://www.undocprint.org/formats/page_description_language/capsl (via the Internet Archive). Also: * doc/groff.texi (grolbp): Use Texinfo @acronym command for this term instead of @strong, and don't mark up "Canon" specially at all.
Diffstat (limited to 'arch')
-rw-r--r--arch/djgpp/t-groff.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/djgpp/t-groff.bat b/arch/djgpp/t-groff.bat
index 0ae6513ea..8960b7a56 100644
--- a/arch/djgpp/t-groff.bat
+++ b/arch/djgpp/t-groff.bat
@@ -72,7 +72,7 @@ set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refe
echo I will use this command to format a document and print it on an LBP printer:
roff\groff\groff -V -e -s -t -p -R -me -Tlbp ../doc/meintro.me
pause
-Rem Uncomment the following if you have a Canon CAPSL LBP-4 or LBP-8 printer:
+Rem Uncomment the following if you have a Canon CaPSL LBP-4 or LBP-8 printer:
REM roff\groff\groff -e -s -t -p -R -me -Tlbp ../doc/meintro.me >>prn
Rem
set PATH=%PATH1%