This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH [2.10]: stray '\' in binutils/strip.1


Permission to apply this patch?


On Thu, Aug 10, 2000 at 06:19:03PM -0400, Todd Vierling wrote:
> There's a stray '\' in the strip.1 manpage, which formats the -o option
> description as:
> 
>     [-o fileR]
> 
> Here's the patch.
> 
> ==========
> --- binutils/strip.1	2000/07/26 00:22:48
> +++ binutils/strip.1	2000/08/10 19:53:54
> @@ -26,7 +26,7 @@
>  .RB "[\|" \-X\fR\ |\ \fB\-\-discard\-locals "\|]"
>  .RB "[\|" \-K\ \fIsymbolname\fR\ |\ \fB\-\-keep\-symbol=\fIsymbolname\fR "\|]" 
>  .RB "[\|" \-N\ \fIsymbolname\fR\ |\ \fB\-\-strip\-symbol=\fIsymbolname\fR "\|]"
> -.RB "[\|" \-o\ \fIfile\f\R "\|]"
> +.RB "[\|" \-o\ \fIfile\fR "\|]"
>  .RB "[\|" \-p\fR\ |\ \fB\-\-preserve\-dates "\|]"
>  .RB "[\|" \-v\fR\ |\ \fB\-\-verbose "\|]"
>  .RB "[\|" \-V\fR\ |\ \fB\-\-version "\|]"
> ==========

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]