=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.87 retrieving revision 1.90 diff -u -p -r1.87 -r1.90 --- mandoc/mdoc.h 2010/06/12 12:10:55 1.87 +++ mandoc/mdoc.h 2010/06/19 20:46:28 1.90 @@ -1,6 +1,6 @@ -/* $Id: mdoc.h,v 1.87 2010/06/12 12:10:55 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.90 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -279,6 +279,8 @@ struct mdoc_bd { }; struct mdoc_bl { + const char *width; /* -width */ + const char *offs; /* -offset */ enum mdoc_list type; /* -tag, -enum, etc. */ int comp; /* -compact */ };