diff --git a/docs/rgbasm.5.html b/docs/rgbasm.5.html index c8ee1a1d..02f95774 100644 --- a/docs/rgbasm.5.html +++ b/docs/rgbasm.5.html @@ -65,9 +65,7 @@ Sometimes lines can be too long and it may be necessary to split them. The
This works anywhere in the code except inside of strings. To split strings it is - needed to use -
 
-like this: + needed to use STRCAT like this:
diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5
index d8be1701..73461df6 100644
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -50,7 +50,7 @@ syntax to do so is the following one:
 .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