=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_validate.c,v retrieving revision 1.302 retrieving revision 1.303 diff -c -r1.302 -r1.303 *** src/usr.bin/mandoc/mdoc_validate.c 2020/04/26 21:29:45 1.302 --- src/usr.bin/mandoc/mdoc_validate.c 2020/10/30 13:24:26 1.303 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_validate.c,v 1.302 2020/04/26 21:29:45 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons --- 1,4 ---- ! /* $OpenBSD: mdoc_validate.c,v 1.303 2020/10/30 13:24:26 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons *************** *** 2602,2608 **** if ((nch = n->child) != NULL && nch->type == ROFFT_TEXT && strcmp(nch->string, tag) == 0) ! tag_put(NULL, TAG_WEAK, n); else tag_put(tag, TAG_FALLBACK, n); free(tag); --- 2602,2608 ---- if ((nch = n->child) != NULL && nch->type == ROFFT_TEXT && strcmp(nch->string, tag) == 0) ! tag_put(NULL, TAG_STRONG, n); else tag_put(tag, TAG_FALLBACK, n); free(tag);