From: Jie Zhang <jie.zhang@analog.com>
To: Hui Zhu <teawater@gmail.com>
Cc: gdb@sourceware.org, Eli Zaretskii <eliz@gnu.org>,
gdb-patches@sourceware.org
Subject: Re: cvs-head "make install" get error with doc
Date: Mon, 21 Sep 2009 07:23:00 -0000 [thread overview]
Message-ID: <4AB729EF.4080406@analog.com> (raw)
In-Reply-To: <daef60380909210004v50e5eafcl26e180d0e8b73482@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
Hui Zhu wrote:
> make[3]: Entering directory `/home/teawater/gdb/bgdb/gdb'
> make[4]: Entering directory `/home/teawater/gdb/bgdb/gdb/doc'
> makeinfo --split-size=5000000 --split-size=5000000 -I
> ../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc/../mi
> -I ../../../src/gdb/doc \
> -o gdb.info ../../../src/gdb/doc/gdb.texinfo
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {.
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }.
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {.
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced {.
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }.
> ../../../src/gdb/doc/gdb.texinfo:23364: Misplaced }.
This patch should fix it.
Jie
[-- Attachment #2: gdb-fix-doc.diff --]
[-- Type: text/x-patch, Size: 619 bytes --]
* doc/gdb.texinfo: Escape "{" and "}".
Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.627
diff -u -r1.627 gdb.texinfo
--- doc/gdb.texinfo 19 Sep 2009 10:46:20 -0000 1.627
+++ doc/gdb.texinfo 21 Sep 2009 07:18:00 -0000
@@ -23361,7 +23361,7 @@
@smallexample
(gdb)
-stack-list-variables --thread 1 --frame 0 --all-values
-^done,variables=[{name="x",value="11"},{name="s",value="{a = 1, b = 2}"}]
+^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
(gdb)
@end smallexample
next parent reply other threads:[~2009-09-21 7:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <daef60380909210004v50e5eafcl26e180d0e8b73482@mail.gmail.com>
2009-09-21 7:23 ` Jie Zhang [this message]
2009-09-21 7:31 ` Jie Zhang
[not found] ` <h97ov6$i7q$1@ger.gmane.org>
2009-09-21 12:51 ` Jie Zhang
2009-09-22 2:19 ` Hui Zhu
[not found] ` <4AB72BD8.5020606__48069.4626960487$1253518331$gmane$org@analog.com>
2009-09-21 16:56 ` Tom Tromey
2009-09-21 17:28 ` Jie Zhang
[not found] ` <6f48278f0909211028x66561a09wd74cebc5f95f832d__25635.7262297117$1253554143$gmane$org@mail.gmail.com>
2009-09-21 19:24 ` Tom Tromey
2009-09-22 3:27 ` [commit] Add myself to MAINTAINERS under Write After Approval (was Re: cvs-head "make install" get error with doc) Jie Zhang
2009-09-22 4:01 ` Hui Zhu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AB729EF.4080406@analog.com \
--to=jie.zhang@analog.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=gdb@sourceware.org \
--cc=teawater@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox