[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] groff.texinfo typo
From: |
Sigfrid Lundberg, NetLab |
Subject: |
[Groff] groff.texinfo typo |
Date: |
Tue, 26 Mar 2002 13:33:37 +0100 (CET) |
In section 5.20.2 on if-else (on p. 115 in my copy) there is
.ie t \{\
. ds lq ``
. ds rq ''
.\}
.el \
.\{\
. ds lq "
. ds rq "
.\}
I suppose that this example should read
.ie t \{\
. ds lq ``
. ds rq ''
.\}
.el
.\{\
. ds lq "
. ds rq "
.\}
i.e., no backslash after .el
Sigge
- [Groff] groff.texinfo typo,
Sigfrid Lundberg, NetLab <=