summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2020-12-21 12:43:00 +1100
committerCraig Small <csmall@dropbear.xyz>2020-12-21 12:43:00 +1100
commit8a9a1aef74dceafd70c63704673fa88cd6a5a5b4 (patch)
tree6325cd9620f9f6fc21645e9fb29d6aca6b72f53f /doc
parent770505ded42566b70fd0ee2cade98a317d18ac38 (diff)
downloadprocps-ng-8a9a1aef74dceafd70c63704673fa88cd6a5a5b4.tar.gz
doc: fix typo in procps_misc
Diffstat (limited to 'doc')
-rw-r--r--doc/procps_misc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/procps_misc.3 b/doc/procps_misc.3
index 7304736..642ed2e 100644
--- a/doc/procps_misc.3
+++ b/doc/procps_misc.3
@@ -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 ()