Index: usr.bin/wc/wc.c =================================================================== --- usr.bin/wc/wc.c (revision 278472) +++ usr.bin/wc/wc.c (working copy) @@ -141,9 +141,9 @@ } if (total > 1) { - xo_open_container("total"); + xo_open_instance("total"); show_cnt("total", tlinect, twordct, tcharct, tlongline); - xo_close_container("total"); + xo_close_instance("total"); } xo_close_list("file"); xo_close_container("wc");