From bc2c2462e1df577e72d585ecffda95070a0b8b06 Mon Sep 17 00:00:00 2001 From: fair Date: Mon, 20 Dec 1999 23:01:20 +0000 Subject: [PATCH] one too many backslashes in an nroff expression, fixed per PR 8724 --- gnu/dist/binutils/strip.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/dist/binutils/strip.1 b/gnu/dist/binutils/strip.1 index 5c1232e745a5..4ce03bc63130 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 "\|]"