X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/397916af9099ebb9b23d491efef58d48d4e88133..c75a70fe96c444404797d0ca3abc9edf5076a713:/man_macro.c diff --git a/man_macro.c b/man_macro.c index bf36e799..d7b15131 100644 --- a/man_macro.c +++ b/man_macro.c @@ -1,6 +1,6 @@ -/* $Id: man_macro.c,v 1.48 2010/06/26 16:07:08 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.50 2010/07/31 23:52:58 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 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 @@ -83,6 +83,7 @@ const struct man_macro __man_macros[MAN_MAX] = { { in_line_eoln, 0 }, /* Vb */ { in_line_eoln, 0 }, /* Ve */ { in_line_eoln, 0 }, /* AT */ + { in_line_eoln, 0 }, /* in */ }; const struct man_macro * const man_macros = __man_macros;