summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/appendix/plip.xml2
-rw-r--r--en/appendix/preseed.xml4
-rw-r--r--en/boot-installer/arm.xml4
-rw-r--r--en/boot-installer/powerpc.xml2
-rw-r--r--en/boot-installer/trouble.xml6
-rw-r--r--en/preparing/bios-setup/arm.xml2
6 files changed, 10 insertions, 10 deletions
diff --git a/en/appendix/plip.xml b/en/appendix/plip.xml
index cc749661a..d4fc97bd3 100644
--- a/en/appendix/plip.xml
+++ b/en/appendix/plip.xml
@@ -88,7 +88,7 @@ ifconfig <replaceable>plip0 192.168.0.2</replaceable> pointopoint <replaceable>1
# Configure gateway
modprobe iptable_nat
iptables -t nat -A POSTROUTING -o <replaceable>ppp0</replaceable> -j MASQUERADE
-echo 1 > /proc/sys/net/ipv4/ip_forward
+echo 1 &gt; /proc/sys/net/ipv4/ip_forward
</screen></informalexample>
</para>
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index a1f19e49e..e16af67b4 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1574,8 +1574,8 @@ d-i finish-install/reboot_in_progress note
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
-# debconf-get-selections --installer > file
-# debconf-get-selections >> file
+# debconf-get-selections --installer &gt; file
+# debconf-get-selections &gt;&gt; file
</screen></informalexample>
</sect2>
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml
index ca647223b..4b8efac73 100644
--- a/en/boot-installer/arm.xml
+++ b/en/boot-installer/arm.xml
@@ -343,7 +343,7 @@ source ${scriptaddr}
To create a complete image from the two parts on Linux systems, you
can use zcat as follows:
- <informalexample><screen>zcat firmware.&lt;system-type&gt;.img.gz partition.img.gz > complete_image.img</screen></informalexample>
+ <informalexample><screen>zcat firmware.&lt;system-type&gt;.img.gz partition.img.gz &gt; complete_image.img</screen></informalexample>
On Windows systems, you have to first decompress the two parts
separately, which can be done e.g. by using 7-Zip, and then
@@ -357,7 +357,7 @@ source ${scriptaddr}
Write the resulting image onto an SD card, e.g. by running the
following command on a Linux system:
- <informalexample><screen>cat complete_image.img > /dev/SD_CARD_DEVICE</screen></informalexample>
+ <informalexample><screen>cat complete_image.img &gt; /dev/SD_CARD_DEVICE</screen></informalexample>
After plugging the SD card into the target system and powering the
system up, the installer is loaded from the SD card. If you use the
diff --git a/en/boot-installer/powerpc.xml b/en/boot-installer/powerpc.xml
index 255ae8552..07e36f15c 100644
--- a/en/boot-installer/powerpc.xml
+++ b/en/boot-installer/powerpc.xml
@@ -56,7 +56,7 @@ On YDL Powerstation machine, press <keycap>s</keycap> immediately after
<quote>Press 's' to enter Open Firmware</quote> message, when SLOF prompt appears type
<informalexample><screen>
-0 > boot cdrom
+0 &gt; boot cdrom
</screen></informalexample>
</para>
diff --git a/en/boot-installer/trouble.xml b/en/boot-installer/trouble.xml
index b618bfd9a..84c3d46f8 100644
--- a/en/boot-installer/trouble.xml
+++ b/en/boot-installer/trouble.xml
@@ -118,8 +118,8 @@ correct number of bytes from the CD-ROM.
<informalexample><screen>
$ dd if=/dev/cdrom | \
-> head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</replaceable>` | \
-> md5sum
+&gt; head -c `stat --format=%s <replaceable>debian-testing-i386-netinst.iso</replaceable>` | \
+&gt; md5sum
a20391b12f7ff22ef705cee4059c6b92 -
262668+0 records in
262668+0 records out
@@ -202,7 +202,7 @@ A <quote>1</quote> in the first column after <literal>using_dma</literal>
means it is enabled. If it is, try disabling it:
<informalexample><screen>
-$ echo -n "using_dma:0" >settings
+$ echo -n "using_dma:0" &gt;settings
</screen></informalexample>
Make sure that you are in the directory for the device that corresponds
diff --git a/en/preparing/bios-setup/arm.xml b/en/preparing/bios-setup/arm.xml
index b35e479bb..cfb9e867b 100644
--- a/en/preparing/bios-setup/arm.xml
+++ b/en/preparing/bios-setup/arm.xml
@@ -40,7 +40,7 @@
&lt;system-type&gt;.sdcard.img.gz and can be written to a card e.g.
with
- <informalexample><screen>zcat &lt;system-type&gt;.sdcard.img.gz > /dev/SD_CARD_DEVICE</screen></informalexample>
+ <informalexample><screen>zcat &lt;system-type&gt;.sdcard.img.gz &gt; /dev/SD_CARD_DEVICE</screen></informalexample>
As with all images, please be aware that writing the image to an SD
card wipes all previous contents of the card!