diff options
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> |