diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-08-04 07:32:52 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-08-04 07:32:52 +0000 |
commit | 396ee501cb66c95d78197848e1dc0174cfe9ca09 (patch) | |
tree | c25ecd4cb558e567698d5403474cf826e812cde1 /sbin | |
parent | b81db3c9f26339c496acba41db8fbfbee1ce576b (diff) |
"-a" is used if no arguments are given to wsconsctl.
tweaked by jmc@.
ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/wsconsctl.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/wsconsctl/wsconsctl.8 b/sbin/wsconsctl/wsconsctl.8 index 8d8c00f4139..631497d4732 100644 --- a/sbin/wsconsctl/wsconsctl.8 +++ b/sbin/wsconsctl/wsconsctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconsctl.8,v 1.22 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: wsconsctl.8,v 1.23 2008/08/04 07:32:51 sobrado Exp $ .\" $NetBSD: wsconsctl.8,v 1.5 1999/09/12 18:47:11 kleink Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: August 4 2008 $ .Dt WSCONSCTL 8 .Os .Sh NAME @@ -36,8 +36,7 @@ .Nd get or set wscons state .Sh SYNOPSIS .Nm wsconsctl -.Op Fl n -.Fl a +.Op Fl an .Nm wsconsctl .Op Fl n .Op Fl f Ar file @@ -62,6 +61,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl a Print all device variables and their current values. +This is the default, if no parameters are given to +.Nm . .It Fl f Ar file Specify an alternative control device. .It Fl n |