From patchwork Mon Feb 1 23:40:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 10697 Received: (qmail 10957 invoked by alias); 1 Feb 2016 23:40:47 -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 10373 invoked by uid 89); 1 Feb 2016 23:40:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Over, H*M:sk:001a114, H*MI:sk:001a114, gdbn X-HELO: mail-pf0-f202.google.com Received: from mail-pf0-f202.google.com (HELO mail-pf0-f202.google.com) (209.85.192.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 01 Feb 2016 23:40:43 +0000 Received: by mail-pf0-f202.google.com with SMTP id n128so16470416pfn.1 for ; Mon, 01 Feb 2016 15:40:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:message-id:date:subject:from:to :content-type; bh=t6esk0UNZwtmcBvhhDHtNwXflqyX/xcaYLk908vCBnw=; b=kQjrVF2p5wR5dBc+soUCRvnxkGIGPqIKbvy8XZJqtG6QE0/4i+Zq/SfrRjf9tmQmbN /T3XrtlYc/7slJiIR50O3vgo6zd0P9Fq7wwgwu0S8X1VjqIH6himO66/Z6dFeTM9c1+w fxM6wGMRWobaL4fzMUxTx96nEVZehdFGhfM0XL7EwRTirnlKySuvQ2ONh5sTMoR4igxA 30xxu62855xJEPrNA+wrGoGtiSnZ4w02zKH8c4kA3DWidd6YQzQMA38IkTIlAv1qsqLF dI0l0wLJADmHgmE5GcX+aSmyVT2USdQ6UGmMTUA2an2w1EfNoTer509SfIDOuVFD3vC+ GX2g== X-Gm-Message-State: AG10YORZZP8M39t1OzJV8vEr5qRcP59ahoTb6kLAXFefiQl5/eKHnftkMJZ/XwkV8cAYsUUrs6fgEanFnoZLo7B+R3hSJj/MC4VdniEL7OXiCWXSEXE55LyJitk3L+Mkk1KwsHKD1YT2d2WCek+wC4p9MkiXRdT0msZ5Vd4kuXhPlqnXglW9Nw== MIME-Version: 1.0 X-Received: by 10.98.44.8 with SMTP id s8mr26484800pfs.3.1454370041689; Mon, 01 Feb 2016 15:40:41 -0800 (PST) Message-ID: <001a114555d6b533c3052abde989@google.com> Date: Mon, 01 Feb 2016 23:40:41 +0000 Subject: [OB PATCH] gdb.texinfo (Skipping Over Functions and Files): Fix typo. From: Doug Evans To: gdb-patches@sourceware.org X-IsSubscribed: yes Hi. Obvious typo fix. Committed. 2016-02-01 Doug Evans * gdb.texinfo (Skipping Over Functions and Files): Fix typo. For example, consider the following C function: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c1529a5..82a95f8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -5527,7 +5527,7 @@ default is @code{on}. @cindex skipping over functions and files The program you are debugging may contain some functions which are -uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to +uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to skip a function or all functions in a file when stepping.