Clarify hexadecimal format. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d9d32cfa7c199c9974e52a0125b7f23c0612e569 | |
parent c6269091289591e4b035d49526c89b7b60bfc3a9 | |
Author: Rob King <[email protected]> | |
Date: Fri, 12 Aug 2016 10:26:06 -0500 | |
Clarify hexadecimal format. | |
Diffstat: | |
doc/keyboard.5 | 6 ++---- | |
1 file changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/doc/keyboard.5 b/doc/keyboard.5 | |
@@ -23,10 +23,8 @@ where | |
.Em "cc" | |
is two characters naming two characters to be typed, | |
.Em hex | |
-is a single integer | |
-.Po | |
-using C conventions | |
-.Pc | |
+is a single hexidecimal integer prefixed with | |
+.Dq "0x" | |
naming a Unicode code point in the Basic Multilingual Plane, and | |
.Em comment | |
is the remainder of the line. |