git: 9front

Download patch

ref: 0ed6298be77f66aa47100e52bd894b02dbbdcf7f
parent: 27bb3b0aaa2beca76ca1250898e65073876f2946
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Apr 2 06:37:39 EDT 2022

draw(3): .IR on memlorigin(2), fix wrong "t" param name (should be "top")

--- a/sys/man/3/draw
+++ b/sys/man/3/draw
@@ -513,7 +513,8 @@
 Simultaneously change its internal (logical) coordinate system
 so that the point
 .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
 .B O
 .IR op [1]
@@ -686,9 +687,9 @@
 Send 
 .I n
 windows to the top (if
-.I t
+.I top
 is non-zero) or bottom (if
-.I t
+.I top
 is zero) of the window stack.
 The window is specified by the list of
 .I n
--