Add OSVERSIONs 400020 and 500002-500005 to porters-handbook.
Obtained from: handbook/ports/chapter.sgml Add comment about TASKQ interface introduction to 500005. Reviewed by: asmodai
This commit is contained in:
parent
e55a48c733
commit
e8aec926e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7313
4 changed files with 60 additions and 6 deletions
en_US.ISO8859-1/books
en_US.ISO_8859-1/books
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.107 2000/06/04 21:58:02 ache Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.108 2000/06/08 01:56:13 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3605,7 +3605,7 @@ post-install:
|
|||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after merging libxpg4 code into
|
||||
libc.</entry>
|
||||
libc and after TASKQ interface introduction.</entry>
|
||||
<entry>500005</entry>
|
||||
</row>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.102 2000/06/04 04:05:48 hoek Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.103 2000/06/04 16:05:44 asmodai Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2614,6 +2614,12 @@ post-install:
|
|||
<entry>400018</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>4.0-STABLE after merging libxpg4 code into
|
||||
libc.</entry>
|
||||
<entry>400020</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT</entry>
|
||||
<entry>500000</entry>
|
||||
|
@ -2625,6 +2631,27 @@ post-install:
|
|||
<entry>500001</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after kld metadata changes.</entry>
|
||||
<entry>500002</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after buf/bio changes.</entry>
|
||||
<entry>500003</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after binutils upgrade.</entry>
|
||||
<entry>500004</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after merging libxpg4 code into
|
||||
libc and after TASKQ interface introduction.</entry>
|
||||
<entry>500005</entry>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.107 2000/06/04 21:58:02 ache Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.108 2000/06/08 01:56:13 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -3605,7 +3605,7 @@ post-install:
|
|||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after merging libxpg4 code into
|
||||
libc.</entry>
|
||||
libc and after TASKQ interface introduction.</entry>
|
||||
<entry>500005</entry>
|
||||
</row>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.102 2000/06/04 04:05:48 hoek Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.103 2000/06/04 16:05:44 asmodai Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -2614,6 +2614,12 @@ post-install:
|
|||
<entry>400018</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>4.0-STABLE after merging libxpg4 code into
|
||||
libc.</entry>
|
||||
<entry>400020</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT</entry>
|
||||
<entry>500000</entry>
|
||||
|
@ -2625,6 +2631,27 @@ post-install:
|
|||
<entry>500001</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after kld metadata changes.</entry>
|
||||
<entry>500002</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after buf/bio changes.</entry>
|
||||
<entry>500003</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after binutils upgrade.</entry>
|
||||
<entry>500004</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>5.0-CURRENT after merging libxpg4 code into
|
||||
libc and after TASKQ interface introduction.</entry>
|
||||
<entry>500005</entry>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue