]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
collectd.conf(5): Improve wording for `ReportBytes`.
authorEero Tamminen <eero.t.tamminen@intel.com>
Fri, 26 Jan 2024 13:00:57 +0000 (14:00 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 26 Jan 2024 13:32:14 +0000 (14:32 +0100)
src/collectd.conf.pod

index d3789285067f743d61f60cbf963d21300fd4985d..0dc7ba42913eed145aba4d8eaa5d19ceb4f87faf 100644 (file)
@@ -9333,9 +9333,10 @@ This option is only available if the I<Swap plugin> can read C</proc/swaps>
 
 =item B<ReportBytes> B<false>|B<true>
 
-When enabled, the I<swap I/O> is reported in bytes. When disabled, the default,
-I<swap I/O> is reported in pages. This option is available under Linux and
-NetBSD only.
+When enabled, the I<swap I/O> is reported in bytes. When disabled, I<swap I/O>
+is reported in pages. Defaults to B<false>. This option is available under
+Linux and NetBSD only.
+
 
 =item B<ReportUsage> B<true>|B<false>