diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-17 10:56:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-17 10:56:57 +0000 |
commit | e9573f136b1ae4896155ec0066bf3f7ef8bd4de0 (patch) | |
tree | a381f04866bc6e23d3d8336d4560a7a34f9c2721 /mdoc.c | |
parent | 29d2cd44871e73c9fa0e17ee3a7171e571619a84 (diff) | |
download | mandoc-e9573f136b1ae4896155ec0066bf3f7ef8bd4de0.tar.gz |
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Diffstat (limited to 'mdoc.c')
-rw-r--r-- | mdoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ const char *const __mdoc_macronames[MDOC_MAX] = { /* LINTED */ "Brc", "\%C", "Es", "En", /* LINTED */ - "Dx", "\%Q" + "Dx", "\%Q", "br", "sp" }; const char *const __mdoc_argnames[MDOC_ARG_MAX] = { |