ref: 8744d360a3e9a138ccfd9e815ea010a44b61b337
parent: b6bd57a764bb2e8b4131c0a4365eda9cd0f63aa0
author: Antonio Niño Díaz <[email protected]>
date: Tue Feb 27 14:42:29 EST 2018
Fix format of manpage Signed-off-by: Antonio Niño Díaz <[email protected]>
--- a/docs/rgbasm.5.html
+++ b/docs/rgbasm.5.html
@@ -65,9 +65,7 @@
</div>
<div class="Pp"></div>
This works anywhere in the code except inside of strings. To split strings it is
- needed to use
-<div> </div>
-like this:
+ needed to use <b class="Sy" title="Sy">STRCAT</b> like this:
<div class="Pp"></div>
<div class="Bd" style="margin-left: 5.00ex;">
<pre class="Li">
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -50,7 +50,7 @@
.Pp
This works anywhere in the code except inside of strings. To split strings it is
needed to use
-.It STRCAT
+.Sy STRCAT
like this:
.Pp
.Bd -literal -offset indent