This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-530-gcd1fb60


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cd1fb604642449181ea0f2177de53976edfc69ad (commit)
      from  902b71f9af1c01b4a118347e377b11487452b657 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cd1fb604642449181ea0f2177de53976edfc69ad

commit cd1fb604642449181ea0f2177de53976edfc69ad
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Thu Jun 5 00:40:01 2014 +0200

    Fix typo in manual.

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  <neleai@seznam.cz>
+
+	* manual/resource.texi (How to get information about the memory
+	subsystem?): Fix typo.
+	Reported by Peon de la Parra Ivan <peon@keba.com>
+
 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
 
 	[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.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog            |    6 ++++++
 manual/resource.texi |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]