From patchwork Tue May 24 15:50:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 12492 Received: (qmail 99281 invoked by alias); 24 May 2016 15:51:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 99234 invoked by uid 89); 24 May 2016 15:51:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL, BAYES_00, FSL_HELO_HOME, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 spammy=H*m:tromey, H*MI:tom, H*m:tom X-HELO: gproxy2-pub.mail.unifiedlayer.com Received: from gproxy2-pub.mail.unifiedlayer.com (HELO gproxy2-pub.mail.unifiedlayer.com) (69.89.18.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Tue, 24 May 2016 15:51:14 +0000 Received: (qmail 27662 invoked by uid 0); 24 May 2016 15:51:11 -0000 Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy2.mail.unifiedlayer.com with SMTP; 24 May 2016 15:51:11 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id yFr01s0092f2jeq01Fr3E7; Tue, 24 May 2016 09:51:11 -0600 X-Authority-Analysis: v=2.1 cv=EftbHpWC c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=PnD2wP_eR3oA:10 a=_v2sUkyEFrwA:10 a=yrkiwgmsf1kA:10 a=zstS-IiYAAAA:8 a=1bQdDmN_15mil_cVvJ8A:9 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from [71.215.116.141] (port=42718 helo=bapiya.Home) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1b5Ebj-0004IO-SM; Tue, 24 May 2016 09:51:00 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [FYI] PR gdb/19194 - fix typo in the manual Date: Tue, 24 May 2016 09:50:47 -0600 Message-Id: <1464105047-7474-1-git-send-email-tom@tromey.com> X-Identified-User: {36111:box522.bluehost.com:elynrobi:tromey.com} {sentby:smtp auth 71.215.116.141 authed with tom+tromey.com} PR gdb/19194 points out a typo in the documentation. I'm checking this in as obvious. 2016-05-24 Tom Tromey PR gdb/19194: * gdb.texinfo (gdb man): Fix typo. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fe2e3be..594f926 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-24 Tom Tromey + + PR gdb/19194: + * gdb.texinfo (gdb man): Fix typo. + 2016-05-17 Tom Tromey * gdb.texinfo (Supported Languages): Mention Rust. Update menu. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 42d1a63..8f1ad4e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -41562,7 +41562,7 @@ Here are some of the most frequently needed @value{GDBN} commands: @c pod2man highlights the right hand side of the @item lines. @table @env -@item break [@var{file}:]@var{functiop} +@item break [@var{file}:]@var{function} Set a breakpoint at @var{function} (in @var{file}). @item run [@var{arglist}]