=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- mandoc/mdoc.h 2010/06/12 12:38:01 1.88 +++ mandoc/mdoc.h 2010/06/13 21:02:48 1.89 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.88 2010/06/12 12:38:01 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.89 2010/06/13 21:02:48 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -279,6 +279,7 @@ struct mdoc_bd { }; struct mdoc_bl { + const char *width; /* -width */ const char *offs; /* -offset */ enum mdoc_list type; /* -tag, -enum, etc. */ int comp; /* -compact */