From patchwork Tue Nov 30 13:13:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 48281 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 D9D293858012 for ; Tue, 30 Nov 2021 13:13:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9D293858012 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1638278034; bh=xbzNGSqg4p1jsawzbd7vcfd7xzpvaIkH8xVR6gcC/JE=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=GBVe2GNKPDOZPrXVIPjUZxv0vJced9T09txRm8rBeltqyOr0lrkhZYxUCtpphu1ru Egra1NYw8erjACZPcUgTnDs8MkwvKDoVRT8r9hEpWRKKXMcuIjnBRasN46mJAYCJeb WV2m3e80lWcP8Tu0c5Xb6bEqbqlnWmKu1oaznDyo= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 7F1853858D28 for ; Tue, 30 Nov 2021 13:13:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7F1853858D28 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-212-B4zm5gKFPReThJd3k94ZiQ-1; Tue, 30 Nov 2021 08:13:21 -0500 X-MC-Unique: B4zm5gKFPReThJd3k94ZiQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0A21E1023F4D; Tue, 30 Nov 2021 13:13:21 +0000 (UTC) Received: from localhost (unknown [10.33.36.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id B0BA719D9F; Tue, 30 Nov 2021 13:13:20 +0000 (UTC) To: gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Use gender-agnostic pronoun in docs Date: Tue, 30 Nov 2021 13:13:19 +0000 Message-Id: <20211130131319.65198-1-jwakely@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-14.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_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Jonathan Wakely via Gcc-patches From: Jonathan Wakely Reply-To: Jonathan Wakely Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" I've pushed this change for the libstdc++ docs (should be "their"), but didn't notice the typo in the changelog, so I'll fix that tomorrow after the file is regenerated. libstdc++-v3/ChangeLog: * doc/xml/manual/debug_mode.xml: Replace "his or her" with "they". * doc/html/manual/debug_mode_design.html: Regenerate. --- libstdc++-v3/doc/html/manual/debug_mode_design.html | 10 +++++----- libstdc++-v3/doc/xml/manual/debug_mode.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/debug_mode.xml b/libstdc++-v3/doc/xml/manual/debug_mode.xml index dbd5c2b7775..988c4a93601 100644 --- a/libstdc++-v3/doc/xml/manual/debug_mode.xml +++ b/libstdc++-v3/doc/xml/manual/debug_mode.xml @@ -393,14 +393,14 @@ That alias is deprecated and may be removed in a future release. less recompilation) but are more complicated to implement than the lower-numbered conformance levels. - Full recompilation: The user must recompile his or - her entire application and all C++ libraries it depends on, + Full recompilation: The user must recompile + their entire application and all C++ libraries it depends on, including the C++ standard library that ships with the compiler. This must be done even if only a small part of the program can use debugging features. Full user recompilation: The user must recompile - his or her entire application and all C++ libraries it depends + their entire application and all C++ libraries it depends on, but not the C++ standard library itself. This must be done even if only a small part of the program can use debugging features. This can be achieved given a full recompilation @@ -409,7 +409,7 @@ That alias is deprecated and may be removed in a future release. one, e.g., a multilibs approach. Partial recompilation: The user must recompile the - parts of his or her application and the C++ libraries it + parts of their application and the C++ libraries it depends on that will use the debugging facilities directly. This means that any code that uses the debuggable standard containers would need to be recompiled, but code @@ -417,7 +417,7 @@ That alias is deprecated and may be removed in a future release. would not have to be recompiled. Per-use recompilation: The user must recompile the - parts of his or her application and the C++ libraries it + parts of their application and the C++ libraries it depends on where debugging should occur, and any other code that interacts with those containers. This means that a set of translation units that accesses a particular standard