=================================================================== RCS file: /cvs/mandoc/mdoc_validate.c,v retrieving revision 1.387 retrieving revision 1.388 diff -u -p -r1.387 -r1.388 --- mandoc/mdoc_validate.c 2020/04/26 21:41:07 1.387 +++ mandoc/mdoc_validate.c 2020/10/30 13:24:33 1.388 @@ -1,4 +1,4 @@ -/* $Id: mdoc_validate.c,v 1.387 2020/04/26 21:41:07 schwarze Exp $ */ +/* $Id: mdoc_validate.c,v 1.388 2020/10/30 13:24:33 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons @@ -2617,7 +2617,7 @@ post_section(POST_ARGS) if ((nch = n->child) != NULL && nch->type == ROFFT_TEXT && strcmp(nch->string, tag) == 0) - tag_put(NULL, TAG_WEAK, n); + tag_put(NULL, TAG_STRONG, n); else tag_put(tag, TAG_FALLBACK, n); free(tag);