=================================================================== RCS file: /cvs/mandoc/Attic/mdoc_action.c,v retrieving revision 1.70 retrieving revision 1.72 diff -u -p -r1.70 -r1.72 --- mandoc/Attic/mdoc_action.c 2010/06/13 21:02:48 1.70 +++ mandoc/Attic/mdoc_action.c 2010/06/27 15:52:41 1.72 @@ -1,6 +1,6 @@ -/* $Id: mdoc_action.c,v 1.70 2010/06/13 21:02:48 kristaps Exp $ */ +/* $Id: mdoc_action.c,v 1.72 2010/06/27 15:52:41 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -31,6 +31,11 @@ #include "mandoc.h" #include "libmdoc.h" #include "libmandoc.h" + +/* + * FIXME: this file is deprecated. All future "actions" should be + * pushed into mdoc_validate.c. + */ #define POST_ARGS struct mdoc *m, struct mdoc_node *n #define PRE_ARGS struct mdoc *m, struct mdoc_node *n