changeset: 2583:ce1fb5650d77
user: Kris Maglione <kris_AT_suckless.org>
date: Fri Oct 30 17:32:33 2009 -0400
files: man/wimenu.1
description:
Fix wmiir.1 typo.
diff -r d4d5136dc985 -r ce1fb5650d77 man/wimenu.1
--- a/man/wimenu.1 Fri Oct 30 04:10:53 2009 -0400
+++ b/man/wimenu.1 Fri Oct 30 17:32:33 2009 -0400
@@ -157,8 +157,8 @@
# Push out a new set of completions
function update(str, opts) {
- print length str >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)
}
Received on Wed Nov 04 2009 - 01:51:33 UTC
This archive was generated by hypermail 2.2.0 : Wed Nov 04 2009 - 02:00:07 UTC