=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -p -r1.69 -r1.70 --- mandoc/term_ascii.c 2023/11/13 19:13:01 1.69 +++ mandoc/term_ascii.c 2025/06/26 17:26:23 1.70 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.69 2023/11/13 19:13:01 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.70 2025/06/26 17:26:23 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014,2015,2017,2018,2020 Ingo Schwarze @@ -123,8 +123,6 @@ ascii_init(enum termenc enc, const struct manoutput *o } #endif - if (outopts->mdoc) - p->mdocstyle = 1; if (outopts->indent) p->defindent = outopts->indent; if (outopts->width)