Some TAB hating editor (emacs?) spammed the 4000XX __FreeBSD_version
section by using pure spaces rather than the established style of <TAB><TAB><sp><sp><sp><sp>.
This commit is contained in:
parent
66c6ce6f0a
commit
91e4eb74ff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5495
4 changed files with 88 additions and 84 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.52 1999-09-02 17:51:11 obrien Exp $
|
$Id: chapter.sgml,v 1.53 1999-09-02 18:05:37 obrien Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
|
@ -3453,7 +3453,7 @@ post-install:
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>3.2-STABLE after binary-incompatible IPFW and
|
<entry>3.2-STABLE after binary-incompatible IPFW and
|
||||||
socket changes</entry>
|
socket changes</entry>
|
||||||
<entry>320002</entry>
|
<entry>320002</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
@ -3485,7 +3485,8 @@ post-install:
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker bug fix
|
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker
|
||||||
|
bug fix
|
||||||
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
||||||
<entry>400004</entry>
|
<entry>400004</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
@ -3496,29 +3497,29 @@ post-install:
|
||||||
<entry>400005</entry>
|
<entry>400005</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||||
<entry>400006</entry>
|
<entry>400006</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of so_cred for
|
<entry>4.0-CURRENT after the addition of so_cred for
|
||||||
socket level credentials</entry>
|
socket level credentials</entry>
|
||||||
<entry>400007</entry>
|
<entry>400007</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of a poll syscall
|
<entry>4.0-CURRENT after the addition of a poll syscall
|
||||||
wrapper to libc_r</entry>
|
wrapper to libc_r</entry>
|
||||||
<entry>400008</entry>
|
<entry>400008</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the change of the kernel's
|
<entry>4.0-CURRENT after the change of the kernel's
|
||||||
<literal>dev_t</literal> type to <literal>struct
|
<literal>dev_t</literal> type to <literal>struct
|
||||||
spacinfo</literal> pointer</entry>
|
spacinfo</literal> pointer</entry>
|
||||||
<entry>400009</entry>
|
<entry>400009</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: book.sgml,v 1.52 1999-09-02 17:51:11 obrien Exp $
|
$Id: book.sgml,v 1.53 1999-09-02 18:05:37 obrien Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
|
@ -3453,7 +3453,7 @@ post-install:
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>3.2-STABLE after binary-incompatible IPFW and
|
<entry>3.2-STABLE after binary-incompatible IPFW and
|
||||||
socket changes</entry>
|
socket changes</entry>
|
||||||
<entry>320002</entry>
|
<entry>320002</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
@ -3485,7 +3485,8 @@ post-install:
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker bug fix
|
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker
|
||||||
|
bug fix
|
||||||
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
||||||
<entry>400004</entry>
|
<entry>400004</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
@ -3496,29 +3497,29 @@ post-install:
|
||||||
<entry>400005</entry>
|
<entry>400005</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||||
<entry>400006</entry>
|
<entry>400006</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of so_cred for
|
<entry>4.0-CURRENT after the addition of so_cred for
|
||||||
socket level credentials</entry>
|
socket level credentials</entry>
|
||||||
<entry>400007</entry>
|
<entry>400007</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of a poll syscall
|
<entry>4.0-CURRENT after the addition of a poll syscall
|
||||||
wrapper to libc_r</entry>
|
wrapper to libc_r</entry>
|
||||||
<entry>400008</entry>
|
<entry>400008</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the change of the kernel's
|
<entry>4.0-CURRENT after the change of the kernel's
|
||||||
<literal>dev_t</literal> type to <literal>struct
|
<literal>dev_t</literal> type to <literal>struct
|
||||||
spacinfo</literal> pointer</entry>
|
spacinfo</literal> pointer</entry>
|
||||||
<entry>400009</entry>
|
<entry>400009</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.52 1999-09-02 17:51:11 obrien Exp $
|
$Id: chapter.sgml,v 1.53 1999-09-02 18:05:37 obrien Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
|
@ -3453,7 +3453,7 @@ post-install:
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>3.2-STABLE after binary-incompatible IPFW and
|
<entry>3.2-STABLE after binary-incompatible IPFW and
|
||||||
socket changes</entry>
|
socket changes</entry>
|
||||||
<entry>320002</entry>
|
<entry>320002</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
@ -3485,7 +3485,8 @@ post-install:
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker bug fix
|
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker
|
||||||
|
bug fix
|
||||||
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
||||||
<entry>400004</entry>
|
<entry>400004</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
@ -3496,29 +3497,29 @@ post-install:
|
||||||
<entry>400005</entry>
|
<entry>400005</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||||
<entry>400006</entry>
|
<entry>400006</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of so_cred for
|
<entry>4.0-CURRENT after the addition of so_cred for
|
||||||
socket level credentials</entry>
|
socket level credentials</entry>
|
||||||
<entry>400007</entry>
|
<entry>400007</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of a poll syscall
|
<entry>4.0-CURRENT after the addition of a poll syscall
|
||||||
wrapper to libc_r</entry>
|
wrapper to libc_r</entry>
|
||||||
<entry>400008</entry>
|
<entry>400008</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the change of the kernel's
|
<entry>4.0-CURRENT after the change of the kernel's
|
||||||
<literal>dev_t</literal> type to <literal>struct
|
<literal>dev_t</literal> type to <literal>struct
|
||||||
spacinfo</literal> pointer</entry>
|
spacinfo</literal> pointer</entry>
|
||||||
<entry>400009</entry>
|
<entry>400009</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: book.sgml,v 1.52 1999-09-02 17:51:11 obrien Exp $
|
$Id: book.sgml,v 1.53 1999-09-02 18:05:37 obrien Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
|
@ -3453,7 +3453,7 @@ post-install:
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>3.2-STABLE after binary-incompatible IPFW and
|
<entry>3.2-STABLE after binary-incompatible IPFW and
|
||||||
socket changes</entry>
|
socket changes</entry>
|
||||||
<entry>320002</entry>
|
<entry>320002</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
|
@ -3485,7 +3485,8 @@ post-install:
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker bug fix
|
<entry>4.0-CURRENT after __deregister_frame_info dynamic linker
|
||||||
|
bug fix
|
||||||
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
(also 4.0-CURRENT after EGCS 1.1.2 integration)</entry>
|
||||||
<entry>400004</entry>
|
<entry>400004</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
@ -3496,29 +3497,29 @@ post-install:
|
||||||
<entry>400005</entry>
|
<entry>400005</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
<entry>4.0-CURRENT after cdevsw registration change</entry>
|
||||||
<entry>400006</entry>
|
<entry>400006</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of so_cred for
|
<entry>4.0-CURRENT after the addition of so_cred for
|
||||||
socket level credentials</entry>
|
socket level credentials</entry>
|
||||||
<entry>400007</entry>
|
<entry>400007</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the addition of a poll syscall
|
<entry>4.0-CURRENT after the addition of a poll syscall
|
||||||
wrapper to libc_r</entry>
|
wrapper to libc_r</entry>
|
||||||
<entry>400008</entry>
|
<entry>400008</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>4.0-CURRENT after the change of the kernel's
|
<entry>4.0-CURRENT after the change of the kernel's
|
||||||
<literal>dev_t</literal> type to <literal>struct
|
<literal>dev_t</literal> type to <literal>struct
|
||||||
spacinfo</literal> pointer</entry>
|
spacinfo</literal> pointer</entry>
|
||||||
<entry>400009</entry>
|
<entry>400009</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue