draw(3): .IR on memlorigin(2), fix wrong "t" param name (should be "top")
This commit is contained in:
parent
ca60e03c5b
commit
30f5752710
1 changed files with 4 additions and 3 deletions
|
@ -513,7 +513,8 @@ on its screen.
|
||||||
Simultaneously change its internal (logical) coordinate system
|
Simultaneously change its internal (logical) coordinate system
|
||||||
so that the point
|
so that the point
|
||||||
.I r.min
|
.I r.min
|
||||||
corresponds to the upper left corner of the window, see memlorigin(2).
|
corresponds to the upper left corner of the window, see
|
||||||
|
.IR memlorigin (2).
|
||||||
.HP
|
.HP
|
||||||
.B O
|
.B O
|
||||||
.IR op [1]
|
.IR op [1]
|
||||||
|
@ -686,9 +687,9 @@ for its associated image.
|
||||||
Send
|
Send
|
||||||
.I n
|
.I n
|
||||||
windows to the top (if
|
windows to the top (if
|
||||||
.I t
|
.I top
|
||||||
is non-zero) or bottom (if
|
is non-zero) or bottom (if
|
||||||
.I t
|
.I top
|
||||||
is zero) of the window stack.
|
is zero) of the window stack.
|
||||||
The window is specified by the list of
|
The window is specified by the list of
|
||||||
.I n
|
.I n
|
||||||
|
|
Loading…
Reference in a new issue