aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-11-12 00:38:18 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-11-12 00:41:02 +0800
commit0fc1b27b0912a9cd516b8f815d1e3e94c6ac35d0 (patch)
tree86baedf54e573490c744719a443210a44b244fc7 /chapter05
parentd18d2850dcb486c7fbad6d0bb9b1a65467069059 (diff)
move the ln note back to chap 5 glibc
It was moved to chapter 4 during merged-/usr update. However the ln commands in chapater 4 are "trivial", so move it back to chapter 5 glibc where we start to use a "different syntactic version" of it.
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index e3503a958..5c4e27119 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -55,6 +55,15 @@
;;
esac</userinput></screen>
+ <note>
+ <para>
+ The above command is correct. The <command>ln</command> command has
+ a few syntactic versions, so be sure to check
+ <command>info coreutils ln</command> and <filename>ln(1)</filename>
+ before reporting what you may think is an error.
+ </para>
+ </note>
+
<para>Some of the Glibc programs use the non-FHS compliant
<filename class="directory">/var/db</filename> directory to store their
runtime data. Apply the following patch to make such programs store their