summaryrefslogtreecommitdiff
path: root/sys/man/4
diff options
context:
space:
mode:
authorAlex Musolino <alex@musolino.id.au>2019-11-19 12:43:53 +1030
committerAlex Musolino <alex@musolino.id.au>2019-11-19 12:43:53 +1030
commit37d6ddd8f323224d169b7fa42fa126d5c9b2ffd4 (patch)
tree08b010e1f2a9daf52141bf055ea2145c1e020ff5 /sys/man/4
parent59115ba4075891c17d06a79c61998ed162e2d26f (diff)
rio(4): update description of wctl file format
State strings are now padded to 12-characters. Remove ambiguous reference to "12-character style", instead referring the reader to image(6).
Diffstat (limited to 'sys/man/4')
-rw-r--r--sys/man/4/rio9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/man/4/rio b/sys/man/4/rio
index bf2a000a7..ec7e01100 100644
--- a/sys/man/4/rio
+++ b/sys/man/4/rio
@@ -201,8 +201,10 @@ clears the windows contents.
.TP
.B wctl
may be read or written.
-When read, it returns the location of the window as four decimal integers formatted
-in the usual 12-character style: upper left
+When read, it returns the location of the window as four decimal
+integers, padded to 12 characters as described in
+.IR image(6):
+upper left
.I x
and
.IR y ,
@@ -210,7 +212,8 @@ lower right
.I x
and
.IR y .
-Following these numbers are strings describing the window's state:
+Following these numbers are strings, also padded to 12 characters,
+describing the window's state:
.B hidden
or
.BR visible ;