git: 9front

Download patch

ref: 11f94dab2e976b6e7a032048f482656621fe892f
parent: 468536a8fa977ac75da272b7e9bb321e0ae16c19
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Nov 22 20:16:06 EST 2022

riow(1): no. I give up trying to understand wtf is wrong with rio

--- a/sys/man/1/riow
+++ b/sys/man/1/riow
@@ -29,7 +29,7 @@
 with status output to
 .IR bar (1):
 .EX
-	window 'rfork n; </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 'rfork n; </dev/kbdtap ktrans |
+	</dev/kbdtap ktrans |
 		reform/shortcuts |
-		riow >/dev/kbdtap |[3] bar'
+		riow >/dev/kbdtap |[3] bar
 .EE
 .SS Keyboard shortcuts
 .TP
--