diff options
author | steve <steve@FreeBSD.org> | 1998-12-10 03:16:57 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-10 03:16:57 +0000 |
commit | 1b61bf21f7800ec3fd105db9827eedb1ac915523 (patch) | |
tree | cf1f7026c5c5037fcf231f3bf1a151e08f8303cf /contrib/binutils | |
parent | 9c970523834f1db8fe3142bd9ae09b5e99c881d1 (diff) | |
download | FreeBSD-src-1b61bf21f7800ec3fd105db9827eedb1ac915523.zip FreeBSD-src-1b61bf21f7800ec3fd105db9827eedb1ac915523.tar.gz |
Remove @code directive around --change-leading-char.
PR: 8143
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
Diffstat (limited to 'contrib/binutils')
-rw-r--r-- | contrib/binutils/binutils/objcopy.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/binutils/objcopy.1 b/contrib/binutils/binutils/objcopy.1 index 6c98df8..e724448 100644 --- a/contrib/binutils/binutils/objcopy.1 +++ b/contrib/binutils/binutils/objcopy.1 @@ -253,7 +253,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 |