=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- src/usr.bin/mandoc/read.c 2020/03/13 16:14:14 1.187 +++ src/usr.bin/mandoc/read.c 2020/04/07 22:45:37 1.188 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.187 2020/03/13 16:14:14 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.188 2020/04/07 22:45:37 schwarze Exp $ */ /* * Copyright (c) 2010-2019 Ingo Schwarze * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons @@ -706,6 +706,7 @@ mdoc_validate(curp->man); else man_validate(curp->man); + tag_postprocess(curp->man->meta.first); } return &curp->man->meta; }