nightmorph    07/07/13 08:40:58

  Modified:             hb-install-ppc-bootloader.xml
                        hb-install-ppc-disk.xml hb-install-ppc-kernel.xml
                        hb-install-ppc-medium.xml
                        hb-install-ppc64-bootloader.xml
  Log:
  made Open Firmware usage consistent for all handbooks and translations, as 
suggested by grahl and rane on IRC, and approved by JoseJX. s/openfirmware/Open 
Firmware/g, so no revbump.

Revision  Changes    Path
1.11                 
xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?r1=1.10&r2=1.11

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-ppc-bootloader.xml       7 May 2007 18:11:42 -0000       1.10
+++ hb-install-ppc-bootloader.xml       13 Jul 2007 08:40:58 -0000      1.11
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v
 1.10 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v
 1.11 2007/07/13 08:40:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -187,7 +187,7 @@
 
 boot=/dev/hda2
 
-<comment>## ofboot is the openfirmware way to specify the bootstrap partition.
+<comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless 
 ## you pass the necessary arguments to the mkofboot/ybin program).
 ## hd:X means /dev/sdaX (or /dev/hdaX).
@@ -202,7 +202,7 @@
 ## Users booting from USB should use something like this line:
 # ofboot=usb/[EMAIL PROTECTED]:
 
-## hd: is shorthand for the first hard drive OpenFirmware sees</comment>
+## hd: is shorthand for the first hard drive Open Firmware sees</comment>
 device=hd:
 
 <comment>## Firewire and USB users will need to specify the whole OF device 
name



1.12                 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?r1=1.11&r2=1.12

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-ppc-disk.xml     26 Jun 2007 17:12:56 -0000      1.11
+++ hb-install-ppc-disk.xml     13 Jul 2007 08:40:58 -0000      1.12
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 
1.11 2007/06/26 17:12:56 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 
1.12 2007/07/13 08:40:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -210,7 +210,7 @@
 <p>
 The Pegasos partition layout is quite simple compared to the Apple layouts.
 The first partition is a Boot Partition, which contains kernels to be booted,
-along with an OpenFirmware script that presents a menu on boot.  After the boot
+along with an Open Firmware script that presents a menu on boot.  After the 
boot
 partition, the usual Linux filesystems are placed, according to the scheme
 below.  The swap partition is a temporary storage place for when your system
 runs out of physical memory.  The root partition will contain the filesystem



1.14                 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml?r1=1.13&r2=1.14

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-install-ppc-kernel.xml   21 May 2007 04:06:25 -0000      1.13
+++ hb-install-ppc-kernel.xml   13 Jul 2007 08:40:58 -0000      1.14
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
 1.13 2007/05/21 04:06:25 josejx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml,v
 1.14 2007/07/13 08:40:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -267,7 +267,7 @@
 
 <p>
 Do not turn off kernel framebuffer support as it is required for a successful
-boot.  If you are using an NVIDIA based chipset, you should use the 
OpenFirmware
+boot.  If you are using an NVIDIA based chipset, you should use the Open 
Firmware
 framebuffer.  If you are using an ATI based chipset, you should select the
 framebuffer driver based upon your chipset (Mach64, Rage128 or Radeon).
 </p>



1.9                  xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml?r1=1.8&r2=1.9

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-ppc-medium.xml   30 Jun 2007 00:50:06 -0000      1.8
+++ hb-install-ppc-medium.xml   13 Jul 2007 08:40:58 -0000      1.9
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml,v
 1.8 2007/06/30 00:50:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-medium.xml,v
 1.9 2007/07/13 08:40:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -39,7 +39,7 @@
 <tr>
   <th>Apple OldWorld machines</th>
   <ti>
-    Apple Machines with an OpenFirmware revision less than 3, such as the Beige
+    Apple Machines with an Open Firmware revision less than 3, such as the 
Beige
     G3s, PCI PowerMacs and PCI PowerBooks.  PCI based Apple Clones should also 
     be supported.
   </ti>
@@ -290,10 +290,10 @@
 <p>
 To use the above options, at the <e>boot:</e> prompt, type <e>apple</e> 
followed
 by the desired option.  In the example below, we'll force the kernel to use the
-OpenFirmware framebuffer instead of the device specific driver.
+Open Firmware framebuffer instead of the device specific driver.
 </p>
 
-<pre caption="Force the use of the OpenFirmware framebuffer">
+<pre caption="Force the use of the Open Firmware framebuffer">
 boot: <i>apple video=ofonly</i>
 </pre>
 



1.5                  
xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml?r1=1.4&r2=1.5

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc64-bootloader.xml     7 May 2007 18:11:42 -0000       1.4
+++ hb-install-ppc64-bootloader.xml     13 Jul 2007 08:40:58 -0000      1.5
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml,v
 1.4 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml,v
 1.5 2007/07/13 08:40:58 nightmorph Exp $ -->
 
 <sections>
 
@@ -147,7 +147,7 @@
 
 boot=/dev/hda2
 
-<comment>## ofboot is the openfirmware way to specify the bootstrap partition.
+<comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless 
 ## you pass the necessary arguments to the mkofboot/ybin program).
 ## hd:X means /dev/sdaX (or /dev/hdaX).</comment>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to