From cb8d4bc6e9c3d32e98a77330cbfd5c328b8540b0 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 26 Oct 2009 21:30:06 -0400 Subject: [PATCH] Fix minor error in last commit. --- man/wimenu.man1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/wimenu.man1 b/man/wimenu.man1 index bab9da94..ce1c7479 100644 --- a/man/wimenu.man1 +++ b/man/wimenu.man1 @@ -136,8 +136,8 @@ wimenu -c fifo # Print the length of the preceding string - print opts >fifo # and the options themself + print length(str) >fifo # Print the length of the preceding string + print opts >fifo # and the options themself fflush(fifo) }