=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mandoc/out.h 2009/12/24 02:08:14 1.3 --- src/usr.bin/mandoc/out.h 2010/04/07 23:15:05 1.4 *************** *** 1,4 **** ! /* $Id: out.h,v 1.3 2009/12/24 02:08:14 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: out.h,v 1.4 2010/04/07 23:15:05 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 45,50 **** --- 45,52 ---- DECO_PREVIOUS, DECO_SIZE, DECO_NOSPACE, + DECO_FONT, /* font */ + DECO_FFONT, /* font family */ DECO_MAX };