diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
commit | afba93bef35d287c961b62cbfd8370652aaab826 (patch) | |
tree | 0c0ea5d0db097f5a97951f65774cacecfc32dc11 /chapter06/findutils.xml | |
parent | 9e6d13e9fe9b8731424175f4a1f3fed55151ab91 (diff) |
Merged consistency update patch from systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 5f0f88e08..792300d1d 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -115,7 +115,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <term><command>code</command></term> <listitem> <para>Was formerly used to produce <command>locate</command> - databases; it is the ancestor of <command>frcode</command>.</para> + databases; it is the ancestor of <command>frcode</command></para> <indexterm zone="ch-system-findutils code"> <primary sortas="b-code">code</primary> </indexterm> @@ -138,7 +138,7 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <listitem> <para>Is called by <command>updatedb</command> to compress the list of file names; it uses front-compression, reducing the database size - by a factor of four to five.</para> + by a factor of four to five</para> <indexterm zone="ch-system-findutils frcode"> <primary sortas="b-frcode">frcode</primary> </indexterm> |