Sort flags.

From Pierre Riteau, thanks!

ok okan@.
This commit is contained in:
oga 2008-06-25 01:09:09 +00:00
parent 187e7dfad2
commit 77058c59e2
2 changed files with 5 additions and 5 deletions

View File

@ -315,6 +315,6 @@ usage(void)
{ {
extern char *__progname; 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); exit(1);
} }

8
cwm.1
View File

@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" The following requests are required for all man pages. .\" The following requests are required for all man pages.
.Dd $Mdocdate: June 3 2008 $ .Dd $Mdocdate: June 5 2008 $
.Dt CWM 1 .Dt CWM 1
.Os .Os
.Sh NAME .Sh NAME
@ -24,8 +24,8 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.\" For a program: program [-abc] file ... .\" For a program: program [-abc] file ...
.Nm cwm .Nm cwm
.Op Fl d Ar display
.Op Fl c Ar file .Op Fl c Ar file
.Op Fl d Ar display
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a window manager for X11 which contains many features that is a window manager for X11 which contains many features that
@ -133,11 +133,11 @@ The options for
.Nm .Nm
are as follows: are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl d Ar display
Specify the display to use.
.It Fl c Ar file .It Fl c Ar file
Specify the config file to use. Defaults to Specify the config file to use. Defaults to
.Pa ~/.cwmrc . .Pa ~/.cwmrc .
.It Fl d Ar display
Specify the display to use.
.El .El
.Sh POINTER MOVEMENT .Sh POINTER MOVEMENT
The pointer can be moved with the use of the keyboard through bindings. The pointer can be moved with the use of the keyboard through bindings.