From patchwork Tue Mar 28 08:55:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Schimpe, Christina" X-Patchwork-Id: 66996 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1AB9D3858413 for ; Tue, 28 Mar 2023 08:57:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AB9D3858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679993827; bh=GwD6WHHTuc3RdUgAPWZWFwzVAhlk1qtx7H0EDzZ3ieM=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=JC5wpcz29RnR+CE7bEDDPoA2tzx0T6fKCuHvOzgiwYu5JvkFtYHmUL4p+d5vhih1E 11Ow+CY+RNP1o7R+Rd50Zp5eb9UVhK99L8OsuSP58GvCb95ZJC0nnsdfsQYLVaQ9hM peH+wQ2g6N1aFKNHqB6EA9NYRmvDRuWf8zHaDk84= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id 43A2E3858023 for ; Tue, 28 Mar 2023 08:56:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 43A2E3858023 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="342099768" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="342099768" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 01:56:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="794724965" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="794724965" Received: from labpc2315.iul.intel.com (HELO localhost) ([172.28.50.57]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 01:56:05 -0700 To: gdb-patches@sourceware.org Cc: Christina Schimpe Subject: [PATCH 1/1] doc: fix informations typo in gdb.texinfo Date: Tue, 28 Mar 2023 10:55:38 +0200 Message-Id: <20230328085538.795336-2-christina.schimpe@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230328085538.795336-1-christina.schimpe@intel.com> References: <20230328085538.795336-1-christina.schimpe@intel.com> MIME-Version: 1.0 X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Christina Schimpe via Gdb-patches From: "Schimpe, Christina" Reply-To: Christina Schimpe Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" From: Nils-Christian Kempke Co-Authored-By: Christina Schimpe --- gdb/doc/gdb.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6c811b8be2e..a13f9818f82 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3261,7 +3261,7 @@ For example, 2 process 2307 2 (extended-remote host:10000) hello @end smallexample -To get informations about the current inferior, use @code{inferior}: +To get information about the current inferior, use @code{inferior}: @table @code @kindex inferior @@ -19098,7 +19098,7 @@ Name of the task in the program. @kindex info task @var{taskno} @item info task @var{taskno} -This command shows detailed informations on the specified task, as in +This command shows detailed information on the specified task, as in the following example: @smallexample @iftex