Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/binutils one too many backslashes in an nroff expre...



details:   https://anonhg.NetBSD.org/src/rev/497eb62d7109
branches:  trunk
changeset: 479761:497eb62d7109
user:      fair <fair%NetBSD.org@localhost>
date:      Mon Dec 20 23:01:20 1999 +0000

description:
one too many backslashes in an nroff expression, fixed per PR 8724

diffstat:

 gnu/dist/binutils/strip.1 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aa8cda20110b -r 497eb62d7109 gnu/dist/binutils/strip.1
--- a/gnu/dist/binutils/strip.1 Mon Dec 20 22:55:20 1999 +0000
+++ b/gnu/dist/binutils/strip.1 Mon Dec 20 23:01:20 1999 +0000
@@ -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 "\|]"



Home | Main Index | Thread Index | Old Index