From: ceriel Date: Tue, 10 Feb 1987 12:49:08 +0000 (+0000) Subject: removed some %0's X-Git-Tag: release-5-5~4687 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ab4d1d2f8f5478bddc63244ee4c22b265354727;p=ack.git removed some %0's --- diff --git a/doc/cg.doc b/doc/cg.doc index 32ff45fee..342fe8d09 100644 --- a/doc/cg.doc +++ b/doc/cg.doc @@ -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" diff --git a/doc/ncg.doc b/doc/ncg.doc index 16614b87b..a470d2424 100644 --- a/doc/ncg.doc +++ b/doc/ncg.doc @@ -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"