Update wmii.1

This commit is contained in:
Kris Maglione 2008-12-11 02:54:25 -05:00
parent cd8aeb73f8
commit bc0d15a261
2 changed files with 4 additions and 4 deletions

View File

@ -434,7 +434,7 @@ frame
Selects a client window. Selects a client window.
.nf .nf
frame ::= \fI<area>\fR \fI<space>\fR \fI<index>\fR | \fI<area>\fR "sel" | client \fI<window-id>\fR frame ::= \fI<area>\fR \fI<index>\fR | \fI<area>\fR sel | client \fI<window-id>\fR
.fi .fi
@ -446,7 +446,7 @@ amount
The amount to grow or nudge something. The amount to grow or nudge something.
.nf .nf
amount ::= \fI<number>\fR "px"? amount ::= \fI<number>\fR | \fI<number>\fRpx
.fi .fi

View File

@ -394,7 +394,7 @@ all of the clients with the given tag applied. The special
: frame : frame
Selects a client window. Selects a client window.
``` frame ::= <area> <space> <index> | <area> "sel" | client <window-id> ``` frame ::= <area> <index> | <area> sel | client <window-id>
Where <index> represents the nth frame of <area> or <window-id> is Where <index> represents the nth frame of <area> or <window-id> is
the X11 window id of the given client. the X11 window id of the given client.
@ -402,7 +402,7 @@ all of the clients with the given tag applied. The special
: amount : amount
The amount to grow or nudge something. The amount to grow or nudge something.
``` amount ::= <number> "px"? ``` amount ::= <number> | <number>px
If "px" is given, <number> is interperated as an exact pixel count. If "px" is given, <number> is interperated as an exact pixel count.
Otherwise, it's interperated as a "reasonable" amount, which is Otherwise, it's interperated as a "reasonable" amount, which is