2000-09-04 Todd Vierling <tv@wasabisystems.com>
* strip.1: Fix stray '\' in -o formatting. Approved by: Philip Blundell <pb@tazenda.demon.co.uk> Message-Id: <E13W4RF-0002HU-00@kings-cross.london.uk.eu.org>
This commit is contained in:
parent
3c5ce02eb8
commit
468390eb77
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-09-04 Todd Vierling <tv@wasabisystems.com>
|
||||||
|
|
||||||
|
* strip.1: Fix stray '\' in -o formatting.
|
||||||
|
|
||||||
2000-09-02 Nick Clifton <nickc@redhat.com>
|
2000-09-02 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* configure.in: Increase version number to 2.10.91.
|
* configure.in: Increase version number to 2.10.91.
|
||||||
|
|
|
@ -26,7 +26,7 @@ strip \- Discard symbols from object files.
|
||||||
.RB "[\|" \-X\fR\ |\ \fB\-\-discard\-locals "\|]"
|
.RB "[\|" \-X\fR\ |\ \fB\-\-discard\-locals "\|]"
|
||||||
.RB "[\|" \-K\ \fIsymbolname\fR\ |\ \fB\-\-keep\-symbol=\fIsymbolname\fR "\|]"
|
.RB "[\|" \-K\ \fIsymbolname\fR\ |\ \fB\-\-keep\-symbol=\fIsymbolname\fR "\|]"
|
||||||
.RB "[\|" \-N\ \fIsymbolname\fR\ |\ \fB\-\-strip\-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 "[\|" \-p\fR\ |\ \fB\-\-preserve\-dates "\|]"
|
||||||
.RB "[\|" \-v\fR\ |\ \fB\-\-verbose "\|]"
|
.RB "[\|" \-v\fR\ |\ \fB\-\-verbose "\|]"
|
||||||
.RB "[\|" \-V\fR\ |\ \fB\-\-version "\|]"
|
.RB "[\|" \-V\fR\ |\ \fB\-\-version "\|]"
|
||||||
|
|
Loading…
Reference in a new issue