commit 105bc38364b9d16d6b56be08b568a011fbc4a6ec
parent fbafbd900b2059d7f22f346a3dc29260dcee37bd
Author: phoebos <ben@bvnf.space>
Date: Fri, 8 Jul 2022 00:41:14 +0100
specify that a space character separates number and label
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/uxndebug.5 b/uxndebug.5
@@ -20,10 +20,14 @@ line feed character, and contains one decimal number written in the ASCII charac
-
.Sq 9
and an optional ASCII string label.
-The label should be a full label, ie
+A label should be a full label, ie
.Qq absolute
or
.Qq absolute/sublabel .
+If the number is not present then there should be no label.
+A label should be separated from the number by a single space character, one
+.Aq 0x20
+byte.
.Pp
The first number in the file is a decimal version number written in ASCII characters, followed
by two line feeds.