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.14-550-g26428b7


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  26428b7c692af44c61150677b6798294ccd397a0 (commit)
      from  f039c043071f2f55943d052fa7d4ad5f1a67db09 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=26428b7c692af44c61150677b6798294ccd397a0

commit 26428b7c692af44c61150677b6798294ccd397a0
Author: Jeff Law <law@redhat.com>
Date:   Wed Dec 14 12:52:16 2011 -0800

    Manual typo fix for _SC_NPROCESSORS_ONLN.

diff --git a/ChangeLog b/ChangeLog
index 93adebd..af1d785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-12  Jeff Law  <law@redhat.com>
+
+	* manual/resource.texi (Processor Resources):
+	Fix typo in _SC_NPROCESSORS_ONLN.
+
 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
diff --git a/manual/resource.texi b/manual/resource.texi
index 0549572..8e3155c 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -1607,7 +1607,7 @@ processors and so the call
 @end smallexample
 
 @noindent
-returns the number of processors which are currently inline (i.e.,
+returns the number of processors which are currently online (i.e.,
 available).
 
 For these two pieces of information the GNU C library also provides

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

Summary of changes:
 ChangeLog            |    5 +++++
 manual/resource.texi |    2 +-
 2 files changed, 6 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]