History log of /freebsd-10-stable/lib/libkvm/kvm_getswapinfo.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 362800 30-Jun-2020 dim

MFC r362623:

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.


# 312253 16-Jan-2017 pfg

MFC r311101:
libkvm - extend a bit the swap statistics field.

Change ksw_used and ksw_total to unsigned, which increases the maximum
total swap that can be displayed properly from ~8TB to ~16TB.

Obtained from: DragonflyBSD (ecc2e461)


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 132935 31-Jul-2004 imp

Expand the license referenced indirectly inline.


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81458 10-Aug-2001 ru

mdoc(7) police: fixed the "new sentence" bogons.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 59510 22-Apr-2000 phantom

Introduce .Lb macro to libkvm manpages.
Use .Pa macro for "enlighting" path


# 57195 13-Feb-2000 chris

Repair misspelled `.Pp' directive:
.PP -> .Pp


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 43051 22-Jan-1999 dillon

Fix type-o's in manual


# 43045 22-Jan-1999 dillon

Implement kvm_getswapinfo() libkvm function. Will be used by
pstat, top, and systat.