From patchwork Mon Oct 22 15:55:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Garrett X-Patchwork-Id: 29830 Received: (qmail 73636 invoked by alias); 22 Oct 2018 15:55:25 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 72661 invoked by uid 89); 22 Oct 2018 15:55:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=regulations, Communication, guidelines, political X-HELO: mail-oi1-f202.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=QISgcbUZCQsc9fhEsJGISEfx2MURllPF37RZx8gednY=; b=AThk3lBNLtwr0cPIjcKXBb8ShHt3FscovnE+qwem9JEjldQxDO3wN4QQef9PnM/qNs nW6NWp5MrxNYlc3fOxzlqRaCBHEa/yAbC/WpGv9oDpXMJMAY/QA6sYWitGI0VqnbOWww jrHVzuVv2cbIZVRr0a/NrKwErozS0tWXbUIefzK9KVxAKByDB5NZwj+pu6lT9mM7nkNj yDda2qmcx+b2PXwF3lKR3ODGOccAjmUHLF3w9L71ijDrfEer08b+QPkxtA80t1naV8OF 2AX2Rj8Ug4EgdgCaS09Cr+KvIggUuvVoKzuQJf0jwBvQo35rsWcaYyrgG5h1upsxMD0j K7CA== Date: Mon, 22 Oct 2018 08:55:15 -0700 Message-Id: <20181022155515.105302-1-matthewgarrett@google.com> Mime-Version: 1.0 Subject: [PATCH] Improve adherance to the GNU Kind Communication Guidelines From: Matthew Garrett To: libc-alpha@sourceware.org Cc: rms@gnu.org, Matthew Garrett As documented in https://www.gnu.org/philosophy/kind-communication.html, GNU projects should aim to communicate in ways that are not unwelcoming. Multiple people have indicated that they found this joke unwelcoming, and in addition it is an unrelated and off-topic political issue: as the Guidelines say, "Please don't raise unrelated political issues in GNU Project discussions, because they are off-topic". Signed-off-by: Matthew Garrett Reviewed-by: Carlos O'Donell --- ChangeLog | 5 +++++ manual/startup.texi | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 073d034c40..6b6a09d4dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-22 Matthew Garrett + + * manual/startup.texi: Improve adherance to the Kind Communicatios + Guidelines + 2018-10-22 Joseph Myers [BZ #23793] diff --git a/manual/startup.texi b/manual/startup.texi index 7395d32dd0..21c48cd037 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -1005,14 +1005,6 @@ This function actually terminates the process by raising a intercept this signal; see @ref{Signal Handling}. @end deftypefun -@c Put in by rms. Don't remove. -@cartouche -@strong{Future Change Warning:} Proposed Federal censorship regulations -may prohibit us from giving you information about the possibility of -calling this function. We would be required to say that this is not an -acceptable way of terminating a program. -@end cartouche - @node Termination Internals @subsection Termination Internals