two formatting errors (new paragraphs) in clisp.1 man page
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
clisp (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Hi,
the clisp.1 man page contains two instances where the .PP macro is not preceded by a newline. This results in literal .PP inside the rendered man page instead of creating a new paragraph with the .PP macro:
Instance one:
-on-error action
debug
Instance two:
USING AND EXTENDING CLISP
Common Lisp[1] is a programmable programming language. —John
memory image and outputs the prompt; at which one can start typing
DEFVAR[48]s, DEFUN[49]s and DEFMACRO[50]s.
The fix is simple, just add a newline in front of the two .PP macros, as done in the attached patch. The result looks as follows:
Instance one:
-on-error action
appease
debug
Instance two:
USING AND EXTENDING CLISP
Common Lisp[1] is a programmable programming language. —John
Foderaro[47]
When CLISP[6] is invoked, the runtime loads the initial memory image
and outputs the prompt; at which one can start typing DEFVAR[48]s,
DEFUN[49]s and DEFMACRO[50]s.
The patch can be put into the "debian/patches" directory and appended to the "debian/
At the end of last year, I had reported this bug to the upstream CLISP bug tracker at <https:/
The attached patch is against the clisp version in Ubuntu 20.04.6 LTS (Focal Fossa), because that is the version I use.
The attachment "formatting bug fix that can be used inside debian/patches/" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]