X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/ecde8066e9fefa3134fec10222f61596f76ae94d..160c4968c39b3806128f58311c70c5e0abbed96d:/out.h?ds=inline diff --git a/out.h b/out.h index fd1e5bd8..13665e46 100644 --- a/out.h +++ b/out.h @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.13 2010/07/18 22:55:06 kristaps Exp $ */ +/* $Id: out.h,v 1.14 2010/07/21 20:35:03 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -37,8 +37,9 @@ enum roffscale { enum roffdeco { DECO_NONE, - DECO_SPECIAL, - DECO_RESERVED, + DECO_SPECIAL, /* special character */ + DECO_SSPECIAL, /* single-char special */ + DECO_RESERVED, /* reserved word */ DECO_BOLD, DECO_ITALIC, DECO_ROMAN,