From 26428b7c692af44c61150677b6798294ccd397a0 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 14 Dec 2011 12:52:16 -0800 Subject: Manual typo fix for _SC_NPROCESSORS_ONLN. --- ChangeLog | 5 +++++ manual/resource.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93adebd389..af1d78518d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-12 Jeff Law + + * manual/resource.texi (Processor Resources): + Fix typo in _SC_NPROCESSORS_ONLN. + 2011-12-10 Ulrich Drepper * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of diff --git a/manual/resource.texi b/manual/resource.texi index 05495722f9..8e3155cb02 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 -- cgit v1.2.3