diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/resource.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 93adebd389..af1d78518d 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 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 |