diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-24 07:47:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-24 07:47:17 +0000 |
commit | 4e434101aefd01e92b21576f273deb685eb7d69b (patch) | |
tree | 5ba1b548b70df9873b588a46fd4e4be39ea1fb32 /sbin/swapctl/swapctl.8 | |
parent | 24327a0232590d2e77703fabd53a8a8e6fefa61b (diff) |
sort options;
Diffstat (limited to 'sbin/swapctl/swapctl.8')
-rw-r--r-- | sbin/swapctl/swapctl.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 97ea7a2ac4d..76388a6c82d 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.22 2003/06/03 13:16:09 jmc Exp $ +.\" $OpenBSD: swapctl.8,v 1.23 2006/08/24 07:47:16 jmc Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -134,14 +134,14 @@ The option removes the listed .Ar path from the kernel's list of swap devices or files. +.It Fl k +The +.Fl k +option uses 1024 byte blocks instead of the default 512 byte. .It Fl l The .Fl l option lists the current swap devices and files, and their usage statistics. -.It Fl s -The -.Fl s -option displays a single line summary of current swap statistics. .It Fl p Ar priority The .Fl p @@ -155,10 +155,10 @@ This works with the and .Fl l options. -.It Fl k +.It Fl s The -.Fl k -option uses 1024 byte blocks instead of the default 512 byte. +.Fl s +option displays a single line summary of current swap statistics. .It Fl t Ar blk|noblk This flag modifies the function of the .Fl A |