From 5967a42ef7cd32259d1b57842b8836b36c0d85c0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 8 Dec 1998 21:30:59 +0000 Subject: [PATCH] * objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka . --- binutils/ChangeLog | 5 +++++ binutils/objdump.1 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 471d0dd9bf..b78287367b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 8 16:29:43 1998 Ian Lance Taylor + + * objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka + . + Sun Dec 6 13:28:09 1998 Ian Lance Taylor * objdump.c (SFILE): Add size field. diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 128664e9e4..ddc153ed8a 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -272,7 +272,7 @@ some object file formats, no additional information is printed. .TP .B \-\-reloc Print the relocation entries of the file. If used with \fB\-d\fP or -\fB\-d\fP, the relocations are printed interspersed with the +\fB\-D\fP, the relocations are printed interspersed with the disassembly. .TP -- 2.34.1