aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/freebsd.dsl
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2003-06-17 20:22:51 +0000
committerMurray Stokely <murray@FreeBSD.org>2003-06-17 20:22:51 +0000
commit28adb85d88c6de1743c7a9952128ad31802d19bd (patch)
tree9b236879ae552a602704e4d2663d0f6eb88d8f88 /share/sgml/freebsd.dsl
parent510f5f97ef501d3ba5b75c498258e5e3234e0d7e (diff)
Notes
Diffstat (limited to 'share/sgml/freebsd.dsl')
-rw-r--r--share/sgml/freebsd.dsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl
index b7e6e69002..f97c2cf5ce 100644
--- a/share/sgml/freebsd.dsl
+++ b/share/sgml/freebsd.dsl
@@ -581,6 +581,12 @@
(empty-sosofo)
(next-match)))
+ (element legalnotice
+ (if (equal? (attribute-string (normalize "role")) "trademarks")
+ (make sequence
+ (process-children))
+ (next-match)))
+
(define %body-start-indent%
0pi)