This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Breakage with your binutils.texi commit


On Fri, Aug 23, 2013 at 7:16 AM, Hans-Peter Nilsson
<hans-peter.nilsson@axis.com> wrote:
> Sorry, I don't have my keys here, or I'd fix it myself.  From
> the autotester build log:
>
> make[3]: Entering directory `/tmp/hpautotest-binutils/mipsisa32r2el-unknown-linux-gnu/binutils/doc'
> restore=: && backupdir=".am$$" && \
>         rm -rf $backupdir && mkdir $backupdir && \
>         if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
>           for f in binutils.info binutils.info-[0-9] binutils.info-[0-9][0-9] binutils.i[0-9] binutils.i[0-9][0-9]; do \
>             if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
>           done; \
>         else :; fi && \
>         if makeinfo --split-size=5000000 --split-size=5000000 -I "/tmp/hpautotest-binutils/bsrc/src/binutils/doc" -I "/tmp/hpautotest-binutils/bsrc/src/binutils/../libiberty" -I "/tmp/hpautotest-binutils/bsrc/src/binutils/../bfd/doc" -I ../../bfd/doc  -I /tmp/hpautotest-binutils/bsrc/src/binutils/doc \
>          -o binutils.info `test -f 'binutils.texi' || echo '/tmp/hpautotest-binutils/bsrc/src/binutils/doc/'`binutils.texi; \
>         then \
>           rc=0; \
>         else \
>           rc=$?; \
>           $restore $backupdir/* `echo "./binutils.info" | sed 's|[^/]*$||'`; \
>         fi; \
>         rm -rf $backupdir; exit $rc
> /tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: @samp expected braces.
> /tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: Misplaced {.
> /tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: Misplaced }.
> /tmp/hpautotest-binutils/bsrc/src/binutils/doc/binutils.texi:334: @code missing close brace.
> makeinfo: Removing output file `binutils.info' due to errors; use --force to preserve.
>

This is what I checked in.

-- 
H.J.
--
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 170fb2f..0805981 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+    * doc/binutils.texi: Remove the extra space.
+
 2013-08-23  Mikael Pettersson  <mikpe@it.uu.se>

     PR binutils/15779
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 8cca721..9176d9b 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -331,7 +331,7 @@ table if one exists.  Too many different systems
however assume that
 symbol tables are always up-to-date, so @sc{gnu} @command{ar} will
 rebuild the table even with a quick append.

-Note - @sc{gnu} @command{ar} treats the command @samp {qs} as a
+Note - @sc{gnu} @command{ar} treats the command @samp{qs} as a
 synonym for @samp{r} - replacing already existing files in the
 archive and appending new ones at the end.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]