Fix wmiir.1 typo.

This commit is contained in:
Kris Maglione 2009-10-30 17:32:33 -04:00
parent cee2e686db
commit 0e6b2f7025
1 changed files with 2 additions and 2 deletions

View File

@ -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)
}