From 9f1e7b34ebfffadf295e3d0adaa19ebd13e01bdd Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 10 Dec 2008 01:03:43 +0000 Subject: Resort back to using GNU sed in .sh built manpages, as we only need them at 'make dist' time now; doesn't matter that BSD can't run them --- termkey_waitkey.3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'termkey_waitkey.3.sh') diff --git a/termkey_waitkey.3.sh b/termkey_waitkey.3.sh index 1cdd871..7dda316 100644 --- a/termkey_waitkey.3.sh +++ b/termkey_waitkey.3.sh @@ -29,7 +29,9 @@ No key events are ready and the terminal has been closed, so no more will arrive The following example program prints details of every keypress until the user presses "Ctrl-C". .PP .in +4n -`while read LINE; do echo ".br"; echo "$LINE"; done