commit c3314c0927fe1afb71a22c51343c23822aba7ba2 parent 5457e8175e2f58e4f16715e8dc20cdeb954ce1b9 Author: Michael Reed <m.reed@mykolab.com> Date: Wed, 2 Sep 2015 16:47:44 -0400 Fix man page example A closing brace was missing. Diffstat:
M | rc.1 | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/rc.1 b/rc.1 @@ -1869,6 +1869,7 @@ This function allows the separator to be an arbitrary string. .Cr " echo -n $1; shift" .Cr " ~ $#* 0 && break" .Cr " echo -n $lflat(2)" +.Cr " }" .Cr "}" .De .PP