summaryrefslogtreecommitdiffstats
path: root/chapter_05.xml
diff options
context:
space:
mode:
authorKlaatu <klaatu@member.fsf.org>2012-06-23 15:58:01 -0400
committerKlaatu <klaatu@member.fsf.org>2012-06-23 15:59:57 -0400
commitc6ce0009d5e53910afd2d5ea1fe357ffc6075fde (patch)
tree359b8551a7ac9f8c4980ca834b230b017eb10c34 /chapter_05.xml
parent4fd5956c533959bf1f018238a7d90ed57b989ddb (diff)
downloadslackbook-c6ce0009d5e53910afd2d5ea1fe357ffc6075fde.tar.xz
Wrote a printing chapter: CUPS config, printing.conf, lpr, pr
Fixed docbook markup in ch04, ch05, ch01 As per TODO file, added content about more and less in ch04
Diffstat (limited to 'chapter_05.xml')
-rw-r--r--chapter_05.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter_05.xml b/chapter_05.xml
index 2241c22..93a7bc5 100644
--- a/chapter_05.xml
+++ b/chapter_05.xml
@@ -2,10 +2,10 @@
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd">
-<chapter>
+<chapter id="ch_bash">
<title>The Bourne Again Shell</title>
-<section>
+<section id="bash_intro">
<title>What Is A Shell?</title>
<para>
@@ -26,7 +26,7 @@ users should stick to <application>bash</application>.
</section>
-<section>
+<section id="bash_env">
<title>Environment Variables</title>
<para>
@@ -108,7 +108,7 @@ Password:
</section>
-<section>
+<section id="bash_wildcards">
<title>Wildcards</title>
<para>
@@ -171,7 +171,7 @@ it as a filename, and since that file doesn't exist,
</section>
-<section>
+<section id="bash_tab-completion">
<title>Tab Completion</title>
<para>
@@ -188,7 +188,7 @@ matches for you.
</section>
-<section>
+<section id="bash_redirection">
<title>Input and Output Redirection</title>
<para>