Bump __FreeBSD_version.

PR:             docs/12719
Submitted by:   Chris Costello <chris@calldei.com>
This commit is contained in:
Nik Clayton 1999-07-20 20:50:54 +00:00
parent 5271096a37
commit 77ed322aab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5236
5 changed files with 100 additions and 30 deletions
en/handbook/ports
en_US.ISO8859-1/books
handbook/ports
porters-handbook
en_US.ISO_8859-1/books
handbook/ports
porters-handbook

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.37 1999-07-11 06:51:31 jmg Exp $
$Id: chapter.sgml,v 1.38 1999-07-20 20:50:54 nik Exp $
-->
<chapter id="ports">
@ -3335,7 +3335,8 @@ post-install:
</row>
<row>
<entry>3.1-STABLE after C++ constructor/destructor order change</entry>
<entry>3.1-STABLE after C++ constructor/destructor order
change</entry>
<entry>310002</entry>
</row>
@ -3350,12 +3351,14 @@ post-install:
</row>
<row>
<entry>4.0-CURRENT after change in dynamic linker handling</entry>
<entry>4.0-CURRENT after change in dynamic linker
handling</entry>
<entry>400001</entry>
</row>
<row>
<entry>4.0-CURRENT after C++ constructor/destructor order change</entry>
<entry>4.0-CURRENT after C++ constructor/destructor
order change</entry>
<entry>400002</entry>
</row>
@ -3378,14 +3381,25 @@ post-install:
<entry>4.0-CURRENT after cdevsw registration change</entry>
<entry>400006</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
<entry>4.0-CURRENT after the addition of so_cred for
socket level credentials</entry>
<entry>400007</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
<entry>4.0-CURRENT after the addition of a poll syscall
wrapper to libc_r</entry>
<entry>400008</entry>
</row>
<row>
<entry>4.0-CURRENT after the change of the kernel's
<literal>dev_t</literal> type to <literal>struct
spacinfo</literal> pointer</entry>
<entry>400009</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.37 1999-07-11 06:51:31 jmg Exp $
$Id: chapter.sgml,v 1.38 1999-07-20 20:50:54 nik Exp $
-->
<chapter id="ports">
@ -3335,7 +3335,8 @@ post-install:
</row>
<row>
<entry>3.1-STABLE after C++ constructor/destructor order change</entry>
<entry>3.1-STABLE after C++ constructor/destructor order
change</entry>
<entry>310002</entry>
</row>
@ -3350,12 +3351,14 @@ post-install:
</row>
<row>
<entry>4.0-CURRENT after change in dynamic linker handling</entry>
<entry>4.0-CURRENT after change in dynamic linker
handling</entry>
<entry>400001</entry>
</row>
<row>
<entry>4.0-CURRENT after C++ constructor/destructor order change</entry>
<entry>4.0-CURRENT after C++ constructor/destructor
order change</entry>
<entry>400002</entry>
</row>
@ -3378,14 +3381,25 @@ post-install:
<entry>4.0-CURRENT after cdevsw registration change</entry>
<entry>400006</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
<entry>4.0-CURRENT after the addition of so_cred for
socket level credentials</entry>
<entry>400007</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
<entry>4.0-CURRENT after the addition of a poll syscall
wrapper to libc_r</entry>
<entry>400008</entry>
</row>
<row>
<entry>4.0-CURRENT after the change of the kernel's
<literal>dev_t</literal> type to <literal>struct
spacinfo</literal> pointer</entry>
<entry>400009</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: book.sgml,v 1.37 1999-07-11 06:51:31 jmg Exp $
$Id: book.sgml,v 1.38 1999-07-20 20:50:54 nik Exp $
-->
<chapter id="ports">
@ -3335,7 +3335,8 @@ post-install:
</row>
<row>
<entry>3.1-STABLE after C++ constructor/destructor order change</entry>
<entry>3.1-STABLE after C++ constructor/destructor order
change</entry>
<entry>310002</entry>
</row>
@ -3350,12 +3351,14 @@ post-install:
</row>
<row>
<entry>4.0-CURRENT after change in dynamic linker handling</entry>
<entry>4.0-CURRENT after change in dynamic linker
handling</entry>
<entry>400001</entry>
</row>
<row>
<entry>4.0-CURRENT after C++ constructor/destructor order change</entry>
<entry>4.0-CURRENT after C++ constructor/destructor
order change</entry>
<entry>400002</entry>
</row>
@ -3378,14 +3381,25 @@ post-install:
<entry>4.0-CURRENT after cdevsw registration change</entry>
<entry>400006</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
<entry>4.0-CURRENT after the addition of so_cred for
socket level credentials</entry>
<entry>400007</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
<entry>4.0-CURRENT after the addition of a poll syscall
wrapper to libc_r</entry>
<entry>400008</entry>
</row>
<row>
<entry>4.0-CURRENT after the change of the kernel's
<literal>dev_t</literal> type to <literal>struct
spacinfo</literal> pointer</entry>
<entry>400009</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.37 1999-07-11 06:51:31 jmg Exp $
$Id: chapter.sgml,v 1.38 1999-07-20 20:50:54 nik Exp $
-->
<chapter id="ports">
@ -3335,7 +3335,8 @@ post-install:
</row>
<row>
<entry>3.1-STABLE after C++ constructor/destructor order change</entry>
<entry>3.1-STABLE after C++ constructor/destructor order
change</entry>
<entry>310002</entry>
</row>
@ -3350,12 +3351,14 @@ post-install:
</row>
<row>
<entry>4.0-CURRENT after change in dynamic linker handling</entry>
<entry>4.0-CURRENT after change in dynamic linker
handling</entry>
<entry>400001</entry>
</row>
<row>
<entry>4.0-CURRENT after C++ constructor/destructor order change</entry>
<entry>4.0-CURRENT after C++ constructor/destructor
order change</entry>
<entry>400002</entry>
</row>
@ -3378,14 +3381,25 @@ post-install:
<entry>4.0-CURRENT after cdevsw registration change</entry>
<entry>400006</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
<entry>4.0-CURRENT after the addition of so_cred for
socket level credentials</entry>
<entry>400007</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
<entry>4.0-CURRENT after the addition of a poll syscall
wrapper to libc_r</entry>
<entry>400008</entry>
</row>
<row>
<entry>4.0-CURRENT after the change of the kernel's
<literal>dev_t</literal> type to <literal>struct
spacinfo</literal> pointer</entry>
<entry>400009</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: book.sgml,v 1.37 1999-07-11 06:51:31 jmg Exp $
$Id: book.sgml,v 1.38 1999-07-20 20:50:54 nik Exp $
-->
<chapter id="ports">
@ -3335,7 +3335,8 @@ post-install:
</row>
<row>
<entry>3.1-STABLE after C++ constructor/destructor order change</entry>
<entry>3.1-STABLE after C++ constructor/destructor order
change</entry>
<entry>310002</entry>
</row>
@ -3350,12 +3351,14 @@ post-install:
</row>
<row>
<entry>4.0-CURRENT after change in dynamic linker handling</entry>
<entry>4.0-CURRENT after change in dynamic linker
handling</entry>
<entry>400001</entry>
</row>
<row>
<entry>4.0-CURRENT after C++ constructor/destructor order change</entry>
<entry>4.0-CURRENT after C++ constructor/destructor
order change</entry>
<entry>400002</entry>
</row>
@ -3378,14 +3381,25 @@ post-install:
<entry>4.0-CURRENT after cdevsw registration change</entry>
<entry>400006</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of so_cred for socket level credentials</entry>
<entry>4.0-CURRENT after the addition of so_cred for
socket level credentials</entry>
<entry>400007</entry>
</row>
<row>
<entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
<entry>4.0-CURRENT after the addition of a poll syscall
wrapper to libc_r</entry>
<entry>400008</entry>
</row>
<row>
<entry>4.0-CURRENT after the change of the kernel's
<literal>dev_t</literal> type to <literal>struct
spacinfo</literal> pointer</entry>
<entry>400009</entry>
</row>
</tbody>
</tgroup>
</informaltable>