public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Use gender-agnostic pronoun in docs
       [not found] <fda768cc-6251-03b1-b64a-eb5a94b9e7e6%40acm.org>
@ 2021-11-30 13:13 ` Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-11-30 13:13 UTC (permalink / raw)
  To: 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.
       <orderedlist inheritnum="ignore" continuation="restarts">
-	<listitem><para><emphasis>Full recompilation</emphasis>: The user must recompile his or
-	her entire application and all C++ libraries it depends on,
+	<listitem><para><emphasis>Full recompilation</emphasis>: 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.</para></listitem>
 
 	<listitem><para><emphasis>Full user recompilation</emphasis>: 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.</para></listitem>
 
 	<listitem><para><emphasis>Partial recompilation</emphasis>: 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.</para></listitem>
 
 	<listitem><para><emphasis>Per-use recompilation</emphasis>: 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
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-30 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fda768cc-6251-03b1-b64a-eb5a94b9e7e6%40acm.org>
2021-11-30 13:13 ` [committed] libstdc++: Use gender-agnostic pronoun in docs Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).