From 8744d360a3e9a138ccfd9e815ea010a44b61b337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Tue, 27 Feb 2018 19:42:29 +0000 Subject: [PATCH] Fix format of manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonio Niño Díaz --- docs/rgbasm.5.html | 4 +--- src/asm/rgbasm.5 | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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