CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/31 15:37:09
Modified files:
usr.bin/mandoc : libroff.h mandoc.h out.c tbl_data.c tbl_term.c
Log message:
The name "struct tbl" was badly misleading for two reasons:
1) This struct almost exclusively contains the table options.
2) Information about the table as a whole is actually in "struct tbl_node".
Besides, "struct tbl" was almost impossible to search for.
So rename it to "struct tbl_opts". No functional change.
