commit 0e6b2f70256b4364c7aa38ec33c12197fa334cca parent cee2e686dbfd9085ae2155f3f5f13a1246327b28 Author: Kris Maglione <kris@suckless.org> Date: Fri, 30 Oct 2009 17:32:33 -0400 Fix wmiir.1 typo. Diffstat:
| man/wimenu.1 | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/wimenu.1 b/man/wimenu.1 @@ -157,8 +157,8 @@ the following script provides the appropriate completions: # 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) }