diff options
author | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2022-04-02 10:37:39 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2022-04-02 10:37:39 +0000 |
commit | 30f57527109db5f50dfa647316b97e0ec91abea3 (patch) | |
tree | f4825efbfde0f0937b5443b7682ae2ff7a437296 /sys | |
parent | ca60e03c5bf96cff818857079335d1e6517080f7 (diff) |
draw(3): .IR on memlorigin(2), fix wrong "t" param name (should be "top")
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/3/draw | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/3/draw b/sys/man/3/draw index 47cdb801c..fe5597e6f 100644 --- a/sys/man/3/draw +++ b/sys/man/3/draw @@ -513,7 +513,8 @@ on its screen. 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 @@ for its associated image. 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 |