diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-16 23:37:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-16 23:37:28 +0000 |
commit | 3e12cc6290bbac37cb1fccf8c6bd8bce4e414a22 (patch) | |
tree | b79248f7217c2351016c0f940488b24652ef3859 /macro.c | |
parent | 0f78a072b396e52a775bdbe9f6687c67bf1439bb (diff) | |
download | mandoc-3e12cc6290bbac37cb1fccf8c6bd8bce4e414a22.tar.gz |
Changed e-mail address to @openbsd.
Cleaned up manual-page documentation.
Diffstat (limited to 'macro.c')
-rw-r--r-- | macro.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se> + * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -197,6 +197,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { in_line_eoln, 0 }, /* %C */ { obsolete, 0 }, /* Es */ { obsolete, 0 }, /* En */ + { in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* Dx */ }; const struct mdoc_macro * const mdoc_macros = __mdoc_macros; |