From 5ab4d1d2f8f5478bddc63244ee4c22b265354727 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 10 Feb 1987 12:49:08 +0000 Subject: [PATCH] removed some %0's --- doc/cg.doc | 2 +- doc/ncg.doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.34.1