removed some %0's
authorceriel <none@none>
Tue, 10 Feb 1987 12:49:08 +0000 (12:49 +0000)
committerceriel <none@none>
Tue, 10 Feb 1987 12:49:08 +0000 (12:49 +0000)
doc/cg.doc
doc/ncg.doc

index 32ff45f..342fe8d 100644 (file)
@@ -1121,7 +1121,7 @@ Example mach.h for the PDP-11
 
 #define cst_fmt                "$%d."
 #define off_fmt                "%d."
-#define ilb_fmt                "I%02x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
index 16614b8..a470d24 100644 (file)
@@ -2097,7 +2097,7 @@ Example mach.h for the PDP-11
 
 #define cst_fmt        "$%d."
 #define off_fmt        "%d."
-#define ilb_fmt        "I%02x%x"
+#define ilb_fmt        "I%x_%x"
 #define dlb_fmt        "_%d"
 #define hol_fmt        "hol%d"