From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16659 invoked by alias); 27 Jul 2010 09:32:17 -0000 Received: (qmail 16635 invoked by uid 22791); 27 Jul 2010 09:32:17 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Jul 2010 09:32:10 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6R9W8e8025155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Jul 2010 05:32:08 -0400 Received: from patootie.office.frob.com ([10.3.121.2]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6R9W8dH013294; Tue, 27 Jul 2010 05:32:08 -0400 Received: from magilla.sf.frob.com (magilla.office.frob.com [198.49.250.228]) by patootie.office.frob.com (Postfix) with ESMTP id DA0A9263; Tue, 27 Jul 2010 02:32:07 -0700 (PDT) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 65BBE400DD; Tue, 27 Jul 2010 02:32:07 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Schwab Cc: libc-hacker@sourceware.org Subject: Re: [PATCH] Document M_PERTURB In-Reply-To: Andreas Schwab's message of Tuesday, 27 July 2010 11:13:29 +0200 References: <20100726200111.3A695400DD@magilla.sf.frob.com> Message-Id: <20100727093207.65BBE400DD@magilla.sf.frob.com> Date: Tue, 27 Jul 2010 09:32:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00009.txt.bz2 > Roland McGrath writes: > > > I think it should also say "... depending on the low-order byte of > > this value," so nobody can think that passing in more than 8 bits has > > any effect. > > Depends on how much of it is considered an implementation detail. True. Perhaps just say "some low-order bits of this parameter".