]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_validate.c
Rename the compile-time configuration variable $HOMEBREWDIR to
[mandoc.git] / man_validate.c
index 2069fadc55131c20068c8327ef6e07f98c71b08d..57f05b25e8ff9b47f8dde98d98986805513231fd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: man_validate.c,v 1.154 2020/04/24 12:02:33 schwarze Exp $ */
+/* $Id: man_validate.c,v 1.155 2020/10/30 13:24:33 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2012-2020 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -324,7 +324,7 @@ post_SH(CHKARGS)
                                        *cp = '_';
                        if (nc != NULL && nc->type == ROFFT_TEXT &&
                            strcmp(nc->string, tag) == 0)
-                               tag_put(NULL, TAG_WEAK, n);
+                               tag_put(NULL, TAG_STRONG, n);
                        else
                                tag_put(tag, TAG_FALLBACK, n);
                        free(tag);