mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Sort flags.
From Pierre Riteau, thanks! ok okan@.
This commit is contained in:
parent
187e7dfad2
commit
77058c59e2
2
calmwm.c
2
calmwm.c
@ -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);
|
||||
}
|
||||
|
8
cwm.1
8
cwm.1
@ -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 3 2008 $
|
||||
.Dd $Mdocdate: June 5 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.
|
||||
|
Loading…
Reference in New Issue
Block a user