diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-05-14 22:31:51 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-05-14 22:31:51 +0000 |
| commit | ee6849153e0b79b10a5086b566f3480c5e9102ef (patch) | |
| tree | 16accfd90eee933ed05718930942e3db9013b502 | |
| parent | ebbbe578cb286007487b2224aea65a089bb021c9 (diff) | |
Notes
9 files changed, 38 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml b/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml index f4bf8a45f0fb..cc9bf4daf0be 100644 --- a/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml @@ -2,6 +2,10 @@ $FreeBSD$ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>Supported processors and motherboards</title> <para>This section is maintained by &a.wilko;.</para> diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index a9762c0b5e39..0ebee1cc1649 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -33,6 +33,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>Supported Devices</title> <para>This section describes the devices currently known to be diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml index a9762c0b5e39..0ebee1cc1649 100644 --- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml @@ -33,6 +33,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>Supported Devices</title> <para>This section describes the devices currently known to be diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index fdc0f4198674..d05318a960d3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -11,6 +11,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>What's New</title> <para>This section describes the most user-visible new or changed diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index fdc0f4198674..d05318a960d3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -11,6 +11,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>What's New</title> <para>This section describes the most user-visible new or changed diff --git a/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml b/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml index f4bf8a45f0fb..cc9bf4daf0be 100644 --- a/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml +++ b/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml @@ -2,6 +2,10 @@ $FreeBSD$ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>Supported processors and motherboards</title> <para>This section is maintained by &a.wilko;.</para> diff --git a/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml index a9762c0b5e39..0ebee1cc1649 100644 --- a/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml +++ b/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml @@ -33,6 +33,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>Supported Devices</title> <para>This section describes the devices currently known to be diff --git a/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml index fdc0f4198674..d05318a960d3 100644 --- a/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml @@ -11,6 +11,10 @@ --> <sect1> + <sect1info> + <pubdate>$FreeBSD$</pubdate> + </sect1info> + <title>What's New</title> <para>This section describes the most user-visible new or changed diff --git a/release/doc/share/sgml/release.dsl b/release/doc/share/sgml/release.dsl index a1666f64fcf2..531a3f5363f3 100644 --- a/release/doc/share/sgml/release.dsl +++ b/release/doc/share/sgml/release.dsl @@ -24,6 +24,12 @@ (cond ((equal? arch for-arch) (next-match)) (else (empty-sosofo)))))) +; We might have some sect1 level elements where the modification times +; are significant. An example of this is the "What's New" section in +; the release notes. We enable the printing of pubdate entry in +; sect1info elements to support this. +(element (sect1info pubdate) (process-children)) + </style-specification-body> </style-specification> |
