]> granicus.if.org Git - procps-ng/commitdiff
doc: fix typo in procps_misc
authorCraig Small <csmall@dropbear.xyz>
Mon, 21 Dec 2020 01:43:00 +0000 (12:43 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Dec 2020 01:43:00 +0000 (12:43 +1100)
doc/procps_misc.3

index 7304736c9b2738869d21a419f442ace67d262044..642ed2e7abc1fad94e6f9f010781980e5e1d5fa8 100644 (file)
@@ -49,7 +49,7 @@ library.
 .BR procps_cpu_count ()
 returns the number of CPUs that are currently online. On most systems returns
 the value of
-.BI sysconf( _SC_NPROCESSORS_ONLN )
+.BI sysconf( _SC_NPROCESSORS_ONLY )
 or assumed to be \fI1\fR.
 
 .BR procps_hertz_get ()