diff options
author | steve <steve@FreeBSD.org> | 1998-12-10 01:37:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-10 01:37:43 +0000 |
commit | 973e78661baae698ecf0e095063966cbaaa8f0ee (patch) | |
tree | 5624bbdddf764577dbd60af95ab89835443aeadc /contrib/binutils | |
parent | ff213ddb78391d3b7987d882cee8311e71bfcee6 (diff) | |
download | FreeBSD-src-973e78661baae698ecf0e095063966cbaaa8f0ee.zip FreeBSD-src-973e78661baae698ecf0e095063966cbaaa8f0ee.tar.gz |
Typo fix.
PR: 8034
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
Diffstat (limited to 'contrib/binutils')
-rw-r--r-- | contrib/binutils/binutils/objdump.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/binutils/objdump.1 b/contrib/binutils/binutils/objdump.1 index 69217b9..92a280f 100644 --- a/contrib/binutils/binutils/objdump.1 +++ b/contrib/binutils/binutils/objdump.1 @@ -263,7 +263,7 @@ architectures with the \fB\-i\fP option. .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 |