diff options
Diffstat (limited to 'chapter06/findutils-exp.xml')
-rw-r--r-- | chapter06/findutils-exp.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter06/findutils-exp.xml b/chapter06/findutils-exp.xml index 174cf2db7..9902a8916 100644 --- a/chapter06/findutils-exp.xml +++ b/chapter06/findutils-exp.xml @@ -1,9 +1,13 @@ <sect2> <title>Command explanations</title> -<para><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput>: This -patch is to fix some compilation errors by -avoiding a variable conflict and changing some bad syntax.</para> +<para><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput>: +This patch fixes some compilation errors by avoiding a variable conflict +and changing some bad syntax.</para> + +<para><userinput>patch -Np1 -i ../findutils-&findutils-segfault-patch-version;-segfault.patch</userinput>: +This patch fixes a segfault in <userinput>locate</userinput> when encountering +a very long path name.</para> </sect2> |