mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix format of manpage
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -65,9 +65,7 @@ Sometimes lines can be too long and it may be necessary to split them. The
|
|||||||
</div>
|
</div>
|
||||||
<div class="Pp"></div>
|
<div class="Pp"></div>
|
||||||
This works anywhere in the code except inside of strings. To split strings it is
|
This works anywhere in the code except inside of strings. To split strings it is
|
||||||
needed to use
|
needed to use <b class="Sy" title="Sy">STRCAT</b> like this:
|
||||||
<div> </div>
|
|
||||||
like this:
|
|
||||||
<div class="Pp"></div>
|
<div class="Pp"></div>
|
||||||
<div class="Bd" style="margin-left: 5.00ex;">
|
<div class="Bd" style="margin-left: 5.00ex;">
|
||||||
<pre class="Li">
|
<pre class="Li">
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ syntax to do so is the following one:
|
|||||||
.Pp
|
.Pp
|
||||||
This works anywhere in the code except inside of strings. To split strings it is
|
This works anywhere in the code except inside of strings. To split strings it is
|
||||||
needed to use
|
needed to use
|
||||||
.It STRCAT
|
.Sy STRCAT
|
||||||
like this:
|
like this:
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
|
|||||||
Reference in New Issue
Block a user