Added explicit field widths to Programmer's Guide Glossary table to control the PDF output. Previously the table overflowed the right margin.
This doesn't affect the Html output. Also, added bold format to colunm headers for clarity. Signed-off-by: John McNamara <john.mcnamara at intel.com> --- doc/guides/prog_guide/glossary.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/glossary.rst b/doc/guides/prog_guide/glossary.rst index 913946d..657248c 100644 --- a/doc/guides/prog_guide/glossary.rst +++ b/doc/guides/prog_guide/glossary.rst @@ -31,8 +31,10 @@ Glossary ======== +.. tabularcolumns:: |p{4cm}|p{11cm}| + =============== ========================================================================================================= -Term Definition +**Term** **Definition** =============== ========================================================================================================= ACL Access Control List -- 1.8.1.4