diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2020-09-25 17:39:25 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2020-09-25 17:39:25 +0000 |
commit | d385baee329131b5f42e778c02026d1b71e750e3 (patch) | |
tree | d1c9273b88c0e52530f5d51e23224a424e9a31dc | |
parent | 6525fd047a7eeae8aa689f924032f5adddeb94cb (diff) | |
download | doc-d385baee329131b5f42e778c02026d1b71e750e3.tar.gz doc-d385baee329131b5f42e778c02026d1b71e750e3.zip |
Revert previous commit until the 12.2-R release.
Notes
Notes:
svn path=/head/; revision=54537
-rw-r--r-- | en_US.ISO8859-1/books/handbook/book.xml | 2 | ||||
-rw-r--r-- | share/xml/freebsd.ent | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/en_US.ISO8859-1/books/handbook/book.xml b/en_US.ISO8859-1/books/handbook/book.xml index 91ba8e19b9..95de7bab27 100644 --- a/en_US.ISO8859-1/books/handbook/book.xml +++ b/en_US.ISO8859-1/books/handbook/book.xml @@ -107,7 +107,7 @@ <abstract> <para>Welcome to &os;! This handbook covers the installation and day to day use of - <emphasis>&os; &rel122.current;-RELEASE</emphasis> and + <emphasis>&os; &rel121.current;-RELEASE</emphasis> and <emphasis>&os; &rel114.current;-RELEASE</emphasis>. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to diff --git a/share/xml/freebsd.ent b/share/xml/freebsd.ent index 3a0649d2bc..c448fc2ca2 100644 --- a/share/xml/freebsd.ent +++ b/share/xml/freebsd.ent @@ -72,12 +72,6 @@ used in both environments. it's really release time --> <!-- Entities for multiple "latest" versions of FreeBSD --> -<!ENTITY rel122.current "12.2"> -<!ENTITY rel122.current.date "October 2020"> -<!ENTITY rel122.current.notes 'https://www.FreeBSD.org/releases/&rel122.current;R/notes.html'> -<!ENTITY rel122.current.hardware 'https://www.FreeBSD.org/releases/&rel122.current;R/hardware.html'> -<!ENTITY rel122.current.errata 'https://www.FreeBSD.org/releases/&rel122.current;R/errata.html'> - <!ENTITY rel121.current "12.1"> <!ENTITY rel121.current.date "November 2019"> <!ENTITY rel121.current.notes 'https://www.FreeBSD.org/releases/&rel121.current;R/notes.html'> |