diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl index 9e690241a7..91c6f276d5 100644 --- a/share/sgml/freebsd.dsl +++ b/share/sgml/freebsd.dsl @@ -1,4 +1,4 @@ - + @@ -347,6 +347,18 @@ to automatically have the opening and closing braces inserted, and it should be in a mono-spaced font. --> + (element chapterinfo + (process-children)) + (element (chapterinfo authorgroup author) + (make sequence + (process-node-list (select-elements (descendants (current-node)) + (normalize "contrib"))) + (literal (author-list-string)))) + (element (author contrib) + (make sequence + (process-children) + (literal " by "))) + (element sgmltag ($mono-seq$ (make sequence (literal "<")