source: chapter01/conventions.xml@ 3229c6b

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_0 v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 3229c6b was 3229c6b, checked in by Gerard Beekmans <gerard@…>, 23 years ago

Changed literallayout's to screen's

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<sect1 id="ch01-conventions">
2<title>Conventions used in this book</title>
3
4<para>
5To make things easy to follow, there are a number of conventions used
6throughout the book. Following are some examples:
7</para>
8
9<para>
10<userinput>./configure --prefix=/usr</userinput>
11</para>
12
13<blockquote><para>
14This form of text is designed to be typed exactly as seen unless otherwise
15noted in the surrounding text. It is also used in the explanation sections to
16identify which of the commands is being referred to.
17</para></blockquote>
18
19<para>
20<filename>
21install-info: unknown option `--dir-file=/mnt/lfs/usr/info/dir'
22</filename>
23</para>
24
25<blockquote><para>
26This form of text (fixed width text) is showing screen output, probably as the
27result of commands issued and is also used to show filenames such as
28<filename>/etc/lilo.conf</filename>
29</para></blockquote>
30
31<para>
32<emphasis>Emphasis</emphasis>
33</para>
34
35<blockquote><para>
36This form of text is used for several purposes in the book but mainly to
37emphasise important points or to give examples as to what to type.
38</para></blockquote>
39
40<para>
41<ulink url="http://www.linuxfromscratch.org/">
42http://www.linuxfromscratch.org/</ulink>
43</para>
44
45<blockquote><para>
46This form of text is used for hyperlinks, both within the book and to external
47pages such as HowTo's,download locations and websites etc.
48</para></blockquote>
49
50<para>
51<screen>
52<userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"</userinput>
53 root:x:0:
54 bin:x:1:
55 ......
56<userinput>EOF</userinput>
57</screen>
58</para>
59
60<blockquote><para>
61This type of section is used mainly when creating configuration files. The
62first command (in bold) tells the system to create the file $LFS/etc/group from
63whatever is typed on the following lines until the sequence EOF is encountered.
64Therefore, this whole section is generally typed as seen.
65</para></blockquote>
66
67</sect1>
68
Note: See TracBrowser for help on using the repository browser.