From patchwork Wed Jun 4 23:14:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?T25kxZllaiBCw61sa2E=?= X-Patchwork-Id: 356131 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 CD9C514008F for ; Thu, 5 Jun 2014 09:14:46 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=AO9LxgWoMWf38XjlctyQAbm0xnroX4 hNmm4rR/qx+LZYF2dJVloZpGSOwFulVW+ZdB5sEPAp8koSr1mAxiXzeAEJV8OBjI nw1klm8OS7KzzveRYTi6IQB4Q7VTeQGAXdDSTBQhlqizbhTfzZZuKOCkw3EUJWDG OBdDpSYnf1Ikc= 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:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=MJBKIRFUr1pWpUWZ/mwfLpc/P6E=; b=TcTl QrYSBlTuBs7z+cO+uICavmk1i/Wrk+VFlaKnGCCewNGEaxJuMrE0t8bXCemx3ssb hv5TaWTqOaFL4psIYBJDZFA8xOJW7ImW5SCQGj6vpSQxa/pibHm6Afos9488H3ha Tt+2rtM2GI8JCjzFRJJdeswPqg9f9s0acq1lH0k= Received: (qmail 23532 invoked by alias); 4 Jun 2014 23:14:40 -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 23521 invoked by uid 89); 4 Jun 2014 23:14:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: popelka.ms.mff.cuni.cz Date: Thu, 5 Jun 2014 01:14:32 +0200 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: peon Peon de la Parra Ivan Cc: "libc-alpha@sourceware.org" Subject: [COMMITED] Fix typo in glibc manual (February 9, 2014, for glibc 2.19) Message-ID: <20140604231432.GA3354@domone.podge> References: <417CD5D2BF02E444BC0C6B200C12466115878F312F@KEBMXSPMB01.keba.co.at> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <417CD5D2BF02E444BC0C6B200C12466115878F312F@KEBMXSPMB01.keba.co.at> User-Agent: Mutt/1.5.20 (2009-06-14) On Wed, Jun 04, 2014 at 03:01:09PM +0200, peon Peon de la Parra Ivan wrote: > Dear Glibc maintainer, > > I found a little typo in the glibc manual. A function name does not match with the name in the description. Please see below. > Thanks, I fixed that, commited as obvious. diff --git a/ChangeLog b/ChangeLog index 98c952c..715c4be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-05 Ondřej Bílka + + * manual/resource.texi (How to get information about the memory + subsystem?): Fix typo. + Reported by Peon de la Parra Ivan + 2014-06-03 Guo Yixuan [BZ #16882] diff --git a/manual/resource.texi b/manual/resource.texi index ce48113..e68458b 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -1644,7 +1644,7 @@ This function is a GNU extension. @comment GNU @deftypefun {long int} get_avphys_pages (void) @safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{} @asulock{}}@acunsafe{@aculock{} @acsfd{} @acsmem{}}} -The @code{get_phys_pages} function returns the number of available pages of +The @code{get_avphys_pages} function returns the number of available pages of physical the system has. To get the amount of memory this number has to be multiplied by the page size.