Manual typo fix for _SC_NPROCESSORS_ONLN.

This commit is contained in:
Jeff Law 2011-12-14 12:52:16 -08:00 committed by Roland McGrath
parent f039c04307
commit 26428b7c69
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2011-12-10 Ulrich Drepper <drepper@gmail.com>
* sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of

View File

@ -1607,7 +1607,7 @@ processors and so the call
@end smallexample @end smallexample
@noindent @noindent
returns the number of processors which are currently inline (i.e., returns the number of processors which are currently online (i.e.,
available). available).
For these two pieces of information the GNU C library also provides For these two pieces of information the GNU C library also provides