ref: 672d5e851767118476de79e6204d70361b1b6823
parent: e9a2b7031de9ae3b7722b1d53e7564030488b8e2
author: Alex Musolino <alex@musolino.id.au>
date: Tue Nov 19 07:43:53 EST 2019
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).
--- a/sys/man/4/rio
+++ b/sys/man/4/rio
@@ -201,8 +201,10 @@
.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 @@
.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 ;
--
⑨