mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
The xdg-utils docbook uses a "address" tag, this allows to use docbook2mdoc to convert xdg-utils docbook files to manpages or text files
10 lines
313 B
C
10 lines
313 B
C
--- node.c.orig 2022-09-15 07:09:04 UTC
|
|
+++ node.c
|
|
@@ -33,6 +33,7 @@ static const struct nodeprop properties[] = {
|
|
|
|
static const struct nodeprop properties[] = {
|
|
{ "abstract", CLASS_BLOCK },
|
|
+ { "address", CLASS_LINE },
|
|
{ "appendix", CLASS_BLOCK },
|
|
{ "arg", CLASS_ENCL },
|
|
{ "author", CLASS_LINE },
|