=================================================================== RCS file: /cvs/mandoc/out.h,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- mandoc/out.h 2009/11/08 09:23:35 1.8 +++ mandoc/out.h 2010/06/19 20:46:28 1.11 @@ -1,6 +1,6 @@ -/* $Id: out.h,v 1.8 2009/11/08 09:23:35 kristaps Exp $ */ +/* $Id: out.h,v 1.11 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 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 @@ -44,6 +44,9 @@ enum roffdeco { DECO_ROMAN, DECO_PREVIOUS, DECO_SIZE, + DECO_NOSPACE, + DECO_FONT, /* font */ + DECO_FFONT, /* font family */ DECO_MAX };