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

David O'Brien obrien@NUXI.com
Thu Aug 31 15:26:00 GMT 2000


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 "\|]"
> ==========


More information about the Binutils mailing list