git: 9front

Download patch

ref: 1b6e4c010d090c6dc5b073376578f2ab12dcb0b6
parent: 0092ca7b1aa047ca72d308c6f682097fd1f7c806
author: 23hiro <23hiro@gmail.com>
date: Wed May 15 16:24:39 EDT 2019

draw(3): memlorigin

--- a/sys/man/3/draw
+++ b/sys/man/3/draw
@@ -504,7 +504,7 @@
 .IR r.min [2*4]
 .IR scr [2*4]
 .br
-Position the window 
+Position the window (layer)
 .I id
 so that its upper left corner is at the
 point
@@ -512,8 +512,8 @@
 on its screen.
 Simultaneously change its internal (logical) coordinate system
 so that the point
-.I log
-corresponds to the upper left corner of the window.
+.I r.min
+corresponds to the upper left corner of the window, see memlorigin(2).
 .HP
 .B O
 .IR op [1]
--