From patchwork Thu Jan 12 05:03:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 63083 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 0212F38582A1 for ; Thu, 12 Jan 2023 05:03:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0212F38582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673499834; bh=T3UXX9aM+nQZiDstFf7bvfHctgslufdHNKFro4xccCQ=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=IxfvT8/ZpNWfkxVDAZnuY+aFWJee1Q8OEJJAuHyV8GnRfnCPjLQs93Iapke+XTVRw xooaePtUxw6ZFprb6wPzISvaXuaJIfBvco3gj7nxN2DdV5Asf1l7VBarqFpSOPJj++ ObCH6oSgy89Yb9tLz6CuWhueqxuWo+pjTOr4jOVg= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 8AD613858D35 for ; Thu, 12 Jan 2023 05:03:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8AD613858D35 Received: by smtp.gentoo.org (Postfix, from userid 559) id 28DB1340DA5; Thu, 12 Jan 2023 05:03:31 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH htdocs] index: Mac OS X -> macOS Date: Thu, 12 Jan 2023 00:03:27 -0500 Message-Id: <20230112050327.12709-1-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, 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: Mike Frysinger via Gdb-patches From: Mike Frysinger Reply-To: Mike Frysinger Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" Update to the new proper name for the OS. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f0ed753b661..3c6b1f94115f 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ correcting the effects of one bug and go on to learn about another. Those programs might be executing on the same machine as GDB (native), on another machine (remote), or on a simulator. GDB can run on most -popular UNIX and Microsoft Windows variants, as well as on Mac OS X.

+popular UNIX and Microsoft Windows variants, as well as on macOS.

What Languages does GDB Support?