diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 21:28:21 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-27 21:28:21 +0200 |
commit | f2519d701c05471f74181c5750cf7ad418345dd9 (patch) | |
tree | 0ab7e681ef0724c79e1811574a3887d70a3fd0fd /sys | |
parent | b59aa679226d0775838f87289b60bf9b7c626315 (diff) |
rio(4): document text truncation
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/4/rio | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/4/rio b/sys/man/4/rio index caacd9552..bf2a000a7 100644 --- a/sys/man/4/rio +++ b/sys/man/4/rio @@ -196,7 +196,8 @@ managing its own. .TP .B text returns the full contents of the window. -It may not be written. +Write appends to the window. Truncating +clears the windows contents. .TP .B wctl may be read or written. |