diff options
author | Jeff Law <law@redhat.com> | 2011-12-14 12:52:16 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-12-14 12:52:16 -0800 |
commit | 26428b7c692af44c61150677b6798294ccd397a0 (patch) | |
tree | 66a190f1716db3b65dc87631b47853196815faf0 /manual | |
parent | f039c043071f2f55943d052fa7d4ad5f1a67db09 (diff) | |
download | glibc-26428b7c692af44c61150677b6798294ccd397a0.tar.gz glibc-26428b7c692af44c61150677b6798294ccd397a0.tar.xz glibc-26428b7c692af44c61150677b6798294ccd397a0.zip |
Manual typo fix for _SC_NPROCESSORS_ONLN.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/resource.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |