From patchwork Sat Apr 28 17:07:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: rain1@airmail.cc X-Patchwork-Id: 906164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91900-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=airmail.cc Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="fnO83jdN"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40YHLZ3Tyzz9s15 for ; Sun, 29 Apr 2018 03:08:05 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type:date:from:to:subject :message-id; q=dns; s=default; b=vGiv5J+ck8jijjHZMVz9Rz9qhMFfesZ m8LBCx+ZClX9NpTXuWdqbUTUSTwDh9JfpbtNPYl2NE+l/zOHuzPt8teQkjJVvlFG pp9bHzdXEplJ/uOiDQm+MlbGp/lEuPKFdmA95tXYHhuzmUnLBkZ3JC88j+H6oC6k /lQNRKnP0vIE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type:date:from:to:subject :message-id; s=default; bh=OX/W+BElAtuII8m3GZ7z+I0SorY=; b=fnO83 jdNDSe9Ylm9OiJHkeqBaNfW+l1HVPAN1c/Jwn9bBLOX0Y7wnWkLg4Sii0R/95FhS ZVWO0pmbQ8YW/D4XT4mMZSUvB4BjaT8C2P2QVcdSgT2SPtPiSNQe/nDLnAO5kqim k0wyV5uXfxn3irtzeEsF2mKVeycGvLVjsnc4KQ= Received: (qmail 25843 invoked by alias); 28 Apr 2018 17:07:59 -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 25834 invoked by uid 89); 28 Apr 2018 17:07:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-21.8 required=5.0 tests=AWL, BAYES_20, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*cc, regulations, federal, D*cc X-HELO: cock.li MIME-Version: 1.0 Date: Sat, 28 Apr 2018 18:07:55 +0100 From: rain1@airmail.cc To: libc-alpha@sourceware.org Subject: Delete abortion joke Message-ID: <8433718d75ecffdf8f2f23773ef1023b@airmail.cc> X-Sender: rain1@airmail.cc User-Agent: Roundcube Webmail/1.3.6 Hello I propose the following patch, which deletes the abortion joke from the glibc manual. The joke does not provide any useful information about the abort() function so removing it will not hinder use of glibc. Thank you. From d8cae2653abb0c9b4c63649cac5861ca44b342e6 Mon Sep 17 00:00:00 2001 From: Raymond Nicholson Date: Sat, 28 Apr 2018 18:00:34 +0100 Subject: [PATCH 1/1] * manual/startup.texi: remove abortion joke from the documentation of abort(). --- manual/startup.texi | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.17.0