From 77ed322aabbc02619e741fee4aaf1db4d6bfaabb Mon Sep 17 00:00:00 2001
From: Nik Clayton <nik@FreeBSD.org>
Date: Tue, 20 Jul 1999 20:50:54 +0000
Subject: [PATCH] Bump __FreeBSD_version.

PR:             docs/12719
Submitted by:   Chris Costello <chris@calldei.com>
---
 en/handbook/ports/chapter.sgml                | 26 ++++++++++++++-----
 .../books/handbook/ports/chapter.sgml         | 26 ++++++++++++++-----
 .../books/porters-handbook/book.sgml          | 26 ++++++++++++++-----
 .../books/handbook/ports/chapter.sgml         | 26 ++++++++++++++-----
 .../books/porters-handbook/book.sgml          | 26 ++++++++++++++-----
 5 files changed, 100 insertions(+), 30 deletions(-)

diff --git a/en/handbook/ports/chapter.sgml b/en/handbook/ports/chapter.sgml
index a1bb2c4feb..4271754646 100644
--- a/en/handbook/ports/chapter.sgml
+++ b/en/handbook/ports/chapter.sgml
@@ -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>
diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
index a1bb2c4feb..4271754646 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
@@ -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>
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 3d492e4934..be3861f994 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -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>
diff --git a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml
index a1bb2c4feb..4271754646 100644
--- a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml
@@ -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>
diff --git a/en_US.ISO_8859-1/books/porters-handbook/book.sgml b/en_US.ISO_8859-1/books/porters-handbook/book.sgml
index 3d492e4934..be3861f994 100644
--- a/en_US.ISO_8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO_8859-1/books/porters-handbook/book.sgml
@@ -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>