diff options
-rw-r--r-- | calmwm.c | 4 | ||||
-rw-r--r-- | cwm.1 | 10 |
2 files changed, 7 insertions, 7 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.c,v 1.21 2008/06/15 02:47:46 oga Exp $ + * $Id: calmwm.c,v 1.22 2008/06/25 01:09:09 oga Exp $ */ #include "headers.h" @@ -315,6 +315,6 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-d display] [-c file]\n", __progname); + fprintf(stderr, "usage: %s [-c file] [-d display]\n", __progname); exit(1); } @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.31 2008/06/05 14:29:01 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.32 2008/06/25 01:09:09 oga Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" The following requests are required for all man pages. -.Dd $Mdocdate: June 5 2008 $ +.Dd $Mdocdate: June 25 2008 $ .Dt CWM 1 .Os .Sh NAME @@ -24,8 +24,8 @@ .Sh SYNOPSIS .\" For a program: program [-abc] file ... .Nm cwm -.Op Fl d Ar display .Op Fl c Ar file +.Op Fl d Ar display .Sh DESCRIPTION .Nm is a window manager for X11 which contains many features that @@ -133,11 +133,11 @@ The options for .Nm are as follows: .Bl -tag -width Ds -.It Fl d Ar display -Specify the display to use. .It Fl c Ar file Specify the config file to use. Defaults to .Pa ~/.cwmrc . +.It Fl d Ar display +Specify the display to use. .El .Sh POINTER MOVEMENT The pointer can be moved with the use of the keyboard through bindings. |