diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2015-07-15 02:57:03 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2015-07-15 02:57:03 +0000 |
commit | b1d152e44db35a58928c450b0d8bcfb314135246 (patch) | |
tree | e8a4825af6c7b6d966406b955259e7f4948c275f /lib | |
parent | ad9b00e1ef8b60acae853c0f9b7f1f378e5528db (diff) |
mention that swapctl(2) can also be used to retrieve statistics
ok millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/swapctl.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 463c8f7ba41..465125173af 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.2,v 1.21 2015/01/19 15:54:12 millert Exp $ +.\" $OpenBSD: swapctl.2,v 1.22 2015/07/15 02:57:02 jasper Exp $ .\" $NetBSD: swapctl.2,v 1.10 1998/08/29 17:11:09 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 19 2015 $ +.Dd $Mdocdate: July 15 2015 $ .Dt SWAPCTL 2 .Os .Sh NAME @@ -44,8 +44,8 @@ .Sh DESCRIPTION The .Fn swapctl -function is used to add and delete swap devices, and modify their -configuration. +function is used to add and delete swap devices, modify their configuration or +query their statistics. .Pp The .Fa cmd |