diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-10-05 00:37:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-10-05 00:37:21 +0000 |
commit | dc6c45d7cb8bd0939469054f15c29d1a742c228e (patch) | |
tree | 7a4877c0cc9840cbf0ea080c9a7bbe65518a196c /binutils/objcopy.1 | |
parent | bd08d5e0b5a7141f971fdcbe973d818f983c9e3a (diff) | |
download | gdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.zip gdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.tar.gz gdb-dc6c45d7cb8bd0939469054f15c29d1a742c228e.tar.bz2 |
From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
* objcopy.1: Fix typo in --remove-leading-char docs.
* objdump.1: Fix formatting in --stabs docs.
Diffstat (limited to 'binutils/objcopy.1')
-rw-r--r-- | binutils/objcopy.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.1 b/binutils/objcopy.1 index de723f3..fec9711 100644 --- a/binutils/objcopy.1 +++ b/binutils/objcopy.1 @@ -271,7 +271,7 @@ most common symbol leading character is underscore. This option will remove a leading underscore from all global symbols. This can be useful if you want to link together objects of different file formats with different conventions for symbol names. This is different from -@code{--change-leading-char} because it always changes the symbol name +\fB\-\-change\-leading\-char\fP because it always changes the symbol name when appropriate, regardless of the object file format of the output .TP .B \-\-weaken |