]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_validate.c
When a .Tg is attached to a paragraph, attach the permalink
[mandoc.git] / man_validate.c
index ee634f50600b81d4c89215e770e3221837a96b84..84fc442429831dcd50c467c3d407dff156d11bbf 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: man_validate.c,v 1.152 2020/04/04 20:33:33 schwarze Exp $ */
+/* $Id: man_validate.c,v 1.153 2020/04/18 20:40:10 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2012-2020 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 #include "mandoc_aux.h"
 #include "mandoc.h"
 #include "roff.h"
-#include "tag.h"
 #include "man.h"
 #include "libmandoc.h"
 #include "roff_int.h"
 #include "libman.h"
+#include "tag.h"
 
 #define        CHKARGS   struct roff_man *man, struct roff_node *n