From 3883531f52c89b7fabc345baded1e49ac00e1daa Mon Sep 17 00:00:00 2001 From: Jeffrey Osier Date: Wed, 17 Nov 1993 22:51:16 +0000 Subject: * nlmconv.1: new man page * objcopy.1: fixed format errors --- binutils/objcopy.1 | 60 +++++++++++++++++++----------------------------------- 1 file changed, 21 insertions(+), 39 deletions(-) (limited to 'binutils/objcopy.1') diff --git a/binutils/objcopy.1 b/binutils/objcopy.1 index 64d1c36..40bfb1a 100644 --- a/binutils/objcopy.1 +++ b/binutils/objcopy.1 @@ -8,25 +8,25 @@ .. .SH NAME -objcopy \- copy and translate object files +objcopy\(em\© and translate object files .SH SYNOPSIS .hy 0 .na .TP .B objcopy -.RB "[\|" \-F \fIformat\fB | \-\-format=\fIformat\fB "\|]" -.RB "[\|" \-I \fIformat\fB | \-\-input\-format=\fIformat\fB "\|]" -.RB "[\|" \-O \fIformat\fB | \-\-output\-format=\fIformat\fB "\|]" -.RB "[\|" \-S | \-\-strip\-all "\|]" -.RB "[\|" \-g | \-\-strip\-debug "\|]" -.RB "[\|" \-x | \-\-discard\-all "\|]" -.RB "[\|" \-X | \-\-discard\-locals "\|]" -.RB "[\|" \-v | \-\-verbose "\|]" -.RB "[\|" \-V | \-\-version "\|]" -.RB "[\|" \-\-help "\|]" +.RB "[\|" \-F\ \fIformat\fB\ |\ \-\-format=\fIformat\fR "\|]" +.RB "[\|" \-I\ \fIformat\fB\ |\ \-\-input\-format=\fIformat\fR "\|]" +.RB "[\|" \-O\ \fIformat\fB\ |\ \-\-output\-format=\fIformat\fR "\|]" +.RB "[\|" \-S\ |\ \-\-strip\-all\fR "\|]" +.RB "[\|" \-g\ |\ \-\-strip\-debug\fR "\|]" +.RB "[\|" \-x\ |\ \-\-discard\-all\fR "\|]" +.RB "[\|" \-X\ |\ \-\-discard\-locals\fR "\|]" +.RB "[\|" \-v\ |\ \-\-verbose\fR "\|]" +.RB "[\|" \-V\ |\ \-\-version\fR "\|]" +.RB "[\|" \-\-help\fR "\|]" .B infile -.RB "[\|" outfile "\|]" +.RB "[\|" outfile\fR "\|]" .SH DESCRIPTION The GNU .B objcopy @@ -57,57 +57,39 @@ name of the input file. .SH OPTIONS .TP -.B \-I \fIformat -.TP -.B \-\-input\-format=\fIformat +.B \-I \fIformat\fR, \fB\-\-input\-format=\fIformat Consider the source file's object format to be .IR format , rather than attempting to deduce it. .TP -.B \-O \fIformat -.TP -.B \-\-output\-format=\fIformat +.B \-O \fIformat\fR, \fB\-\-output\-format=\fIformat Write the output file using the object format .IR format . .TP -.B \-F \fIformat\fB -.TP -.B \-\-format=\fIformat +.B \-F \fIformat\fR, \fB\-\-format=\fIformat Use .I format as the object format for both the input and the output file; i.e. simply transfer data from source to destination with no translation. .TP -.B \-S -.TP -.B \-\-strip\-all +.B \-S\fR, \fB\-\-strip\-all Do not copy relocation and symbol information from the source file. .TP -.B \-g -.TP -.B \-\-strip\-debug +.B \-g\fR, \fB\-\-strip\-debug Do not copy debugging symbols from the source file. .TP -.B \-x -.TP -.B \-\-discard\-all +.B \-x\fR, \fB \-\-discard\-all Do not copy non-global symbols from the source file. .TP -.B \-X -.TP -.B \-\-discard\-locals +.B \-X\fR, \fB\-\-discard\-locals Do not copy compiler-generated local symbols. (These usually start with "L" or "."). .TP -.B \-v -.TP -.B \-\-verbose +.B \-v\fR, \fB\-\-verbose Verbose output: list all object files modified. In the case of archives, "\fBobjcopy \-V\fR" lists all members of the archive. .TP -.B \-V -.TP -.B \-\-version +.B \-V\fR, \fB\-\-version Show the version number of .B objcopy and exit. -- cgit v1.1