Clarify hexadecimal format. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d9d32cfa7c199c9974e52a0125b7f23c0612e569
 (DIR) parent c6269091289591e4b035d49526c89b7b60bfc3a9
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Fri, 12 Aug 2016 10:26:06 -0500
       
       Clarify hexadecimal format.
       
       Diffstat:
         doc/keyboard.5                      |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) 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.