wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit ad1799b113797c4f8a9489fd3bb321bcfeba42e9
parent 942904f7f55de477d8b344c07d5aea69a2ec27e8
Author: Sander van Dijk <sander@wmii.de>
Date:   Wed, 17 May 2006 18:35:04 +0000

a couple of small changes:
wmiisetsid - "-v" only works if it's the first argument; make this more obvious from the usage() output.
wmiiwm.1 - some (very) tiny improvements.


Diffstat:
cmd/wm/wmiiwm.1 | 4++--
cmd/wmiisetsid.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmd/wm/wmiiwm.1 b/cmd/wm/wmiiwm.1 @@ -87,7 +87,7 @@ the third label as well. Floating layer A screen layer of .B wmii -on top of all other layers, where clients are arranged in a floating (classic) +on top of all other layers, where clients are arranged in a classic (floating) way. They can be resized or moved freely. .TP 2 Managed layer @@ -267,7 +267,7 @@ This file defines the default width of newly created columns. /def/font This file defines the X11 font to be used. .BR xfontsel (1) -can be used to obtain valid names. +can be used to obtain valid fontnames. .TP /def/grabmod This file defines the default modifier for mouse\-grabs. diff --git a/cmd/wmiisetsid.c b/cmd/wmiisetsid.c @@ -11,7 +11,7 @@ static char version[] = "wmiisetsid - " VERSION ", (C)opyright MMVI Anselm R. Ga static void usage() { - fprintf(stderr, "%s", "usage: wmiisetsid cmd [arg ...] [-v]\n"); + fprintf(stderr, "%s", "usage: wmiisetsid [-v] cmd [arg ...]\n"); exit(1); }