Correct formatting on code listings.
The indention is coming through as non-breaking spaces in the HTML output, which is not correct.
This commit is contained in:
parent
d3b6d1cda7
commit
675f66f5f3
1 changed files with 24 additions and 22 deletions
|
@ -334,7 +334,8 @@ file called ``README'' at the top-level directory:
|
||||||
$ dd if=/dev/cdrom of=libreCMC_v1.2.1_SRC.iso
|
$ dd if=/dev/cdrom of=libreCMC_v1.2.1_SRC.iso
|
||||||
$ mkdir libCMC
|
$ mkdir libCMC
|
||||||
$ sudo mount -o loop ./libreCMC_v1.2.1_SRC.iso libCMC
|
$ sudo mount -o loop ./libreCMC_v1.2.1_SRC.iso libCMC
|
||||||
mount: block device /path/to/libreCMC_v1.2.1_SRC.iso is write-protected, mounting read-only
|
mount: block device /path/to/libreCMC_v1.2.1_SRC.iso
|
||||||
|
is write-protected, mounting read-only
|
||||||
$ ls -1 libCMC
|
$ ls -1 libCMC
|
||||||
bin
|
bin
|
||||||
librecmc-u-boot.tar.bz2
|
librecmc-u-boot.tar.bz2
|
||||||
|
@ -342,6 +343,7 @@ file called ``README'' at the top-level directory:
|
||||||
README
|
README
|
||||||
u-boot_reflash
|
u-boot_reflash
|
||||||
$ cat libCMC/README
|
$ cat libCMC/README
|
||||||
|
...
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
\label{thinkpenguin-toplevel-readme}
|
\label{thinkpenguin-toplevel-readme}
|
||||||
The investigator therefore knew immediately to begin the CCS check by
|
The investigator therefore knew immediately to begin the CCS check by
|
||||||
|
|
Loading…
Add table
Reference in a new issue