From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 2MadCfly0Wb5wRkAWB0awg (envelope-from ) for ; Fri, 30 Aug 2024 03:21:29 -0400 Received: by simark.ca (Postfix, from userid 112) id 23FD01E0D0; Fri, 30 Aug 2024 03:21:29 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 09D721E08C for ; Fri, 30 Aug 2024 03:21:27 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C25233858414 for ; Fri, 30 Aug 2024 07:21:26 +0000 (GMT) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by sourceware.org (Postfix) with ESMTPS id A17FD3858D20 for ; Fri, 30 Aug 2024 07:21:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A17FD3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ortegas.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ortegas.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A17FD3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.70.183.197 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725002470; cv=none; b=FlicUNbah6wYd//372/jDebCNDeGYvE1slFBAUX2kKv5COSua5aHHMeCIDIxhMqrfx34Qeag3WepJGvdN+T4vz0+608zGpBVB6WlnMJ1wcZCFava0Cp0EmpzbcIq4Qj6J17RxWugu48637hNjBFvZjJOcGxHEQ8GqwM+6Pvagd4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725002470; c=relaxed/simple; bh=868ruXV0sJ131XcfubSFV7J7qAtsKV7kqxpDI5+XFXA=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=o0NXSqoL1+r9P3PcFi6MSdI3x5zJSEtePQ782RoTKWn3EL/ZtJY4I5eVwUz/e7g+VsidxBeVD4On/04vtc4p+e2Ggy1WBGR3uZd/77pg7hS0p+wCDJLX3C+2xZ8HdPytiT6lKAwt7bcJLXndpCkJG9DW6U8x09wCTKL+88IDkTA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by mail.gandi.net (Postfix) with ESMTPSA id B62F51C000E for ; Fri, 30 Aug 2024 07:21:06 +0000 (UTC) Date: Fri, 30 Aug 2024 09:21:05 +0200 From: =?utf-8?Q?Nicol=C3=A1s?= Ortega Froysa To: gdb-patches@sourceware.org Subject: Typo Fix in Documentation for Watch Command Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+l1B7UfJK+P5kZUJ" Content-Disposition: inline X-Info: Please consider encrypting e-mails. X-Message-Flag: Stop using OutLook, it spies on you! X-GND-Sasl: nicolas@ortegas.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org --+l1B7UfJK+P5kZUJ Content-Type: multipart/mixed; boundary="lW7aD0D8A8gTvsm6" Content-Disposition: inline --lW7aD0D8A8gTvsm6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Good day! I recently noticed a small little typo in the GDB documentation for the 'watch' command. I've attached a patch to fix it. Thanks for all you do! --=20 Nicol=C3=A1s Ortega Froysa https://themusicinnoise.net/ http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/ Public PGP Key: https://themusicinnoise.net/nicolas@ortegas.org_pub.asc http://ft2bvxji6lxfttqcjz6ed3iyzdhv4gbcdl2bt7cdxguk56xsvdkqnbid.onion/nicol= as@ortegas.org_pub.asc --lW7aD0D8A8gTvsm6 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="watch-doc-typo-fix.patch" Content-Transfer-Encoding: quoted-printable =46rom ccd79a6717c67060a9889c36a261e1bcc8a2adc9 Mon Sep 17 00:00:00 2001 =46rom: =3D?UTF-8?q?Nicol=3DC3=3DA1s=3D20Ortega=3D20Froysa?=3D Date: Fri, 30 Aug 2024 09:06:41 +0200 Subject: [PATCH] gdb/doc: fix typo in 'watch' command --- gdb/breakpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 17bd627f867..08715853846 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -10749,7 +10749,7 @@ static const gdb::option::option_def watch_option_d= efs[] =3D { "location", [] (watch_options *opt) { return &opt->location; }, N_("\ -This evaluates EXPRESSION and watches the memory to which is refers.\n\ +This evaluates EXPRESSION and watches the memory to which it refers.\n\ -l can be used as a short form of -location."), }, }; --=20 2.46.0 --lW7aD0D8A8gTvsm6-- --+l1B7UfJK+P5kZUJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEtTdKeFJxhWje1A5/kQcan/H9D24FAmbRct4ACgkQkQcan/H9 D245bw//VkcNM3E/PBwIbc6Rf58cwIP4+xDGnwzAMbi+2jSWjhUbicRU8V9JeZk1 kihC6/92Mn+81h3mvdYIAgk9PRAi5aQlPxemMD+2iDWFEW6Kgud7W81mFupEdWwZ PHaAaKSGg1bhTPROwjXO2tYa4tX4baBUJdhlIIGK5fMMsDFIbT4B4Qz8MNVHvUTz LZbyqTN2/pVh0Cod+XYPwCxgpSqRvL+shj9s9tRFR/uxL10i/3mTmSIN5NgPSnXz 7ClxrLZgDS4uiGJ3FsON890bXzKhqPAW3QBGCbebDfLBYU6x7nlE2ZHit5daQ8bX N2v5Oa7xbadHHhV0WXcTHAIErf1bd3m3WQnl9tzGkdUJ8I4FBwuOj84TURQJLqAF KazIQUXNdBxPIiM63qQuolwh32/WlhKZczAkcAMj5dxZe/f8ntJMx8pbbVVde2wM dkLt1HProXZDmVJ/piOLvG+y0MbBUbHtk0BWMTExa8IaTbFmKkIGx08W0uqvbhnm RiDTDR4xMEJZEr7JvC87qo5+loiYT7h5zs09quMPXQGQMhYtpqjQgUJCfbeeC/pw M54MF57vO3dOuN4u0SqagGPvsHR3M2xtb6gFW9mxvRXVhUsT1ahnZmT+dKlgajlO GqAuFJU3SQPX0L4MxwwCrvM126BWpeMfTwEbfqZRb0ai40jtgUY= =kvgu -----END PGP SIGNATURE----- --+l1B7UfJK+P5kZUJ--