diff options
| author | fair <fair@NetBSD.org> | 1999-12-20 23:01:20 +0000 |
|---|---|---|
| committer | fair <fair@NetBSD.org> | 1999-12-20 23:01:20 +0000 |
| commit | bc2c2462e1df577e72d585ecffda95070a0b8b06 (patch) | |
| tree | 5f24a64bca47455a3ac927382b0541a56f39ccbb /gnu | |
| parent | f466a1ab82d02c89b23e6e3456cac61191c578e5 (diff) | |
one too many backslashes in an nroff expression, fixed per PR 8724
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/binutils/strip.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/binutils/strip.1 b/gnu/dist/binutils/strip.1 index 5c1232e745a..4ce03bc6313 100644 --- a/gnu/dist/binutils/strip.1 +++ b/gnu/dist/binutils/strip.1 @@ -26,7 +26,7 @@ strip \- Discard symbols from object files. .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 "\|]" |
