diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-01-27 13:52:33 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-01-27 13:52:33 +0000 |
commit | 701048059a932612969d45a7b3d6e4e3caaef507 (patch) | |
tree | e770384614148ed1b01de11504fed7ad6cee6308 /chapter06/glibc.xml | |
parent | f18ed3d8e756f6ec5263dd540c1686d1eb9d6beb (diff) |
Fix a ~6 year old typo :)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2c8363816..a976665e6 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -50,7 +50,7 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para></note> - <para>Some of the Glibc programs use the non-FHS compilant + <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 runtime data in the FHS-compliant locations:</para> |