From patchwork Thu Apr 17 10:46:23 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Wingo X-Patchwork-Id: 599 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx20.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id D39BC36005B for ; Thu, 17 Apr 2014 03:47:44 -0700 (PDT) Received: by homiemail-mx20.g.dreamhost.com (Postfix, from userid 14314964) id 8C05440F12636; Thu, 17 Apr 2014 03:47:44 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx20.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx20.g.dreamhost.com (Postfix) with ESMTPS id 55BA74107F703 for ; Thu, 17 Apr 2014 03:47:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=x9Jmzf40qinpphQ5hsWQsywXsS/jJas mBFXqN+hdVq0pZjnoHUpMQFlt4XgjaumCzszoH9DkS3B/ALnW4DwCXnilstYLzCC Ngxaw4qFnE3tUaRV8I0Sq6JoaZOgTXpSRFAerKnlLxr3CKqUW1m58MWL8RU9x6CM v08qp8s3V+4s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=xMRNPYnLk1DZWVtpaPcQ5OgiFyw=; b=pyYKh k0+vWOkLeYDHi2M7tewTUkLWC+hB37lVo2k5hOrDUqLR7Rdu/YGZnVR3R6v7S3td bmyGodx4IviOr7BzrfboLh2WsJjRr4yTivHP7zxBMN2+FIuijzeWfnrZ5QripyZp pS9QsWuiRQOtk1Fe3hobcypKhNf+3jQDitKDLI= Received: (qmail 26892 invoked by alias); 17 Apr 2014 10:47:28 -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 26702 invoked by uid 89); 17 Apr 2014 10:47:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: sasl.smtp.pobox.com Received: from a-pb-sasl-quonix.pobox.com (HELO sasl.smtp.pobox.com) (208.72.237.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Apr 2014 10:47:25 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 93BABF03F; Thu, 17 Apr 2014 06:47:23 -0400 (EDT) Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8D121F03E; Thu, 17 Apr 2014 06:47:23 -0400 (EDT) Received: from localhost.localdomain (unknown [88.160.190.192]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id E066DF03B; Thu, 17 Apr 2014 06:47:20 -0400 (EDT) From: Andy Wingo To: gdb-patches@sourceware.org Cc: Andy Wingo Subject: [PATCH v2 4/9] Fix typos in documentation of Guile `execute' function Date: Thu, 17 Apr 2014 12:46:23 +0200 Message-Id: <1397731588-23750-5-git-send-email-wingo@igalia.com> In-Reply-To: <1397731588-23750-1-git-send-email-wingo@igalia.com> References: <1397731588-23750-1-git-send-email-wingo@igalia.com> X-Pobox-Relay-ID: A7B9BFC0-C61D-11E3-BC96-873F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-DH-Original-To: gdb@patchwork.siddhesh.in gdb/doc/ChangeLog: * guile.texi (Basic Guile): Fix some typos. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/guile.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 87f4e06..4e07246 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2014-04-17 Andy Wingo + * guile.texi (Basic Guile): Fix some typos. + +2014-04-17 Andy Wingo + * guile.texi (Writing a Guile Pretty-Printer) (Guile Types Module): Fix excess parentheses in use-modules forms. diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi index 7d4d098..3f6580e 100644 --- a/gdb/doc/guile.texi +++ b/gdb/doc/guile.texi @@ -238,7 +238,7 @@ int The @code{(gdb)} module provides these basic Guile functions. @c TODO: line length -@deffn {Scheme Procedure} execute command @r{[}#:from-tty boolean@r{]}@r{[}#:to-string boolean@r{]} +@deffn {Scheme Procedure} execute command @r{[}#:from-tty boolean@r{]} @r{[}#:to-string boolean@r{]} Evaluate @var{command}, a string, as a @value{GDBN} CLI command. If a @value{GDBN} exception happens while @var{command} runs, it is translated as described in @@ -251,7 +251,7 @@ It must be a boolean value. If omitted, it defaults to @code{#f}. By default, any output produced by @var{command} is sent to @value{GDBN}'s standard output (and to the log output if logging is turned on). If the @var{to-string} parameter is -@code{#t}, then output will be collected by @code{gdb.execute} and +@code{#t}, then output will be collected by @code{execute} and returned as a string. The default is @code{#f}, in which case the return value is unspecified. If @var{to-string} is @code{#t}, the @value{GDBN} virtual terminal will be temporarily set to unlimited width