svn commit: r362623 - head/lib/libkvm
Dimitry Andric
dim at FreeBSD.org
Thu Jun 25 20:04:36 UTC 2020
Author: dim
Date: Thu Jun 25 20:04:35 2020
New Revision: 362623
URL: https://svnweb.freebsd.org/changeset/base/362623
Log:
Fix copy/paste mistake in kvm_getswapinfo(3)
It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated completely. Update the section with
correct information about a return value of -1.
MFC after: 3 days
Modified:
head/lib/libkvm/kvm_getswapinfo.3
Modified: head/lib/libkvm/kvm_getswapinfo.3
==============================================================================
--- head/lib/libkvm/kvm_getswapinfo.3 Thu Jun 25 19:44:24 2020 (r362622)
+++ head/lib/libkvm/kvm_getswapinfo.3 Thu Jun 25 20:04:35 2020 (r362623)
@@ -101,8 +101,8 @@ You may call the function with
.Dv NULL
to clear the cache.
.Sh DIAGNOSTICS
-If the load average was unobtainable, \-1 is returned; otherwise,
-the number of swap devices actually retrieved is returned.
+If the swap summary information was unobtainable, \-1 is returned;
+otherwise, the number of swap devices actually retrieved is returned.
.Pp
If the name of the swap device does not fit in the static char buffer
in the structure, it is truncated.
More information about the svn-src-all
mailing list