=================================================================== RCS file: /cvs/mandoc/roff.h,v retrieving revision 1.75 retrieving revision 1.76 diff -u -p -r1.75 -r1.76 --- mandoc/roff.h 2022/04/30 15:09:26 1.75 +++ mandoc/roff.h 2023/10/24 20:53:12 1.76 @@ -1,4 +1,4 @@ -/* $Id: roff.h,v 1.75 2022/04/30 15:09:26 schwarze Exp $ */ +/* $Id: roff.h,v 1.76 2023/10/24 20:53:12 schwarze Exp $ */ /* * Copyright (c) 2013-2015,2017-2020,2022 Ingo Schwarze * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons @@ -476,6 +476,7 @@ enum roff_tok { MAN_UE, MAN_MT, MAN_ME, + MAN_MR, MAN_MAX /* End of man(7) macros. */ };