aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--renumbas.14
-rw-r--r--renumbas.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/renumbas.1 b/renumbas.1
index e2c50d2..f385365 100644
--- a/renumbas.1
+++ b/renumbas.1
@@ -49,8 +49,8 @@ terminal (since tokenized BASIC is binary data and may confuse the
terminal).
.sp
Line number references are changed in every line where they occur, so
-e.g. if line 100 gets changed to 200, any other line that does a GOTO
-100 (or GOSUB, RESTORE, TRAP, etc) will be updated with the new line
+e.g. if line 100 gets changed to 200, any other line that does a \fIGOTO\fP
+\fI100\fP (or \fIGOSUB\fP, \fIRESTORE\fP, \fITRAP\fP, etc) will be updated with the new line
number.
.sp
Computed line numbers can\(aqt be updated (e.g. \fIGOTO A or GOSUB
diff --git a/renumbas.rst b/renumbas.rst
index 7d963b1..d4b0990 100644
--- a/renumbas.rst
+++ b/renumbas.rst
@@ -28,8 +28,8 @@ terminal (since tokenized BASIC is binary data and may confuse the
terminal).
Line number references are changed in every line where they occur, so
-e.g. if line 100 gets changed to 200, any other line that does a GOTO
-100 (or GOSUB, RESTORE, TRAP, etc) will be updated with the new line
+e.g. if line 100 gets changed to 200, any other line that does a *GOTO*
+*100* (or *GOSUB*, *RESTORE*, *TRAP*, etc) will be updated with the new line
number.
Computed line numbers can't be updated (e.g. *GOTO A or GOSUB