shithub: riscv

Download patch

ref: 9d6d327871da49dbd792522d76f99669e35e527e
parent: 09bb5b77bc8b17de727b202b296091a286496d31
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Nov 22 20:02:07 EST 2022

riow(1): remove window(1) invocation

window '...' does not work the same way as running the
command in a window manually (for whatever reason).

--- a/sys/man/1/riow
+++ b/sys/man/1/riow
@@ -29,7 +29,7 @@
 with status output to
 .IR bar (1):
 .EX
-	window '</dev/kbdtap riow >/dev/kbdtap |[3] bar'
+	</dev/kbdtap riow >/dev/kbdtap |[3] bar
 .EE
 
 Example of running
@@ -36,9 +36,9 @@
 .I riow
 with other programs handling input:
 .EX
-	window '</dev/kbdtap ktrans |
+	</dev/kbdtap ktrans |
 		reform/shortcuts |
-		riow >/dev/kbdtap |[3] bar'
+		riow >/dev/kbdtap |[3] bar
 .EE
 .SS Keyboard shortcuts
 .TP