I noticed the square brackets in `destination [command [argument...]`
in the synopsis for the `ssh.1` manpage were not balanced,
this balances them.
Signed-off-by: Arnout Engelen <arnout@bzzt.net>
while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
add(words[++w])
} else if(match(words[w],"^Op$")) {
- option=1
+ option++
if(!nospace)
nospace=1
add("[")
add(")")
if(angles)
add(">")
- if(option)
+ for(;option;option--)
add("]")
if(ext&&!extopt&&!match(line," $"))
add(OFS)