=================================================================== RCS file: /cvs/mandoc/roff.h,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- mandoc/roff.h 2018/08/16 23:43:37 1.60 +++ mandoc/roff.h 2018/08/18 02:08:27 1.61 @@ -1,7 +1,7 @@ -/* $Id: roff.h,v 1.60 2018/08/16 23:43:37 schwarze Exp $ */ +/* $Id: roff.h,v 1.61 2018/08/18 02:08:27 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons - * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze + * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -464,6 +464,8 @@ enum roff_tok { MAN_PD, MAN_AT, MAN_in, + MAN_SY, + MAN_YS, MAN_OP, MAN_EX, MAN_EE,