mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 16:27:47 +00:00
Fix formatting errors in man pages
As reported by the following command: mandoc -T lint man/* | grep -v "input text line longer than 80 bytes" (One of them also showed up as a warning while setting up Debian packaging.)
This commit is contained in:
@@ -116,9 +116,9 @@ Local symbols are stored as their full name
|
||||
.It Cm BYTE Ar Type
|
||||
.Bl -column "Value" -compact
|
||||
.It Sy Value Ta Sy Meaning
|
||||
.It 0 Ta Sy Local No symbol only used in this file.
|
||||
.It 1 Ta Sy Import No of an exported symbol (by name) from another object file.
|
||||
.It 2 Ta Sy Exported No symbol visible from other object files.
|
||||
.It 0 Ta Sy Local No symbol only used in this file .
|
||||
.It 1 Ta Sy Import No of an exported symbol (by name) from another object file .
|
||||
.It 2 Ta Sy Exported No symbol visible from other object files .
|
||||
.El
|
||||
.It Cm IF Ar Type No \(!= 1
|
||||
If the symbol is defined in this object file...
|
||||
|
||||
Reference in New Issue
Block a user