diff --git a/reference/xdiff/functions/xdiff-file-diff-binary.xml b/reference/xdiff/functions/xdiff-file-diff-binary.xml index c60f846367..ee4a9a1aca 100644 --- a/reference/xdiff/functions/xdiff-file-diff-binary.xml +++ b/reference/xdiff/functions/xdiff-file-diff-binary.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ result in file dest. - Returns &true; or &false; if and internal error happened. + &return.success; See also xdiff_string_diff_binary. diff --git a/reference/xdiff/functions/xdiff-file-diff.xml b/reference/xdiff/functions/xdiff-file-diff.xml index b33dd4e395..4d2bd72682 100644 --- a/reference/xdiff/functions/xdiff-file-diff.xml +++ b/reference/xdiff/functions/xdiff-file-diff.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ &true; if you want to minimalize size of diff (can take a long time). - Returns &true; or &false; if and internal error happened. + &return.success; See also xdiff_string_diff. diff --git a/reference/xdiff/functions/xdiff-file-patch-binary.xml b/reference/xdiff/functions/xdiff-file-patch-binary.xml index ff2c05cdf6..4ba248e01f 100644 --- a/reference/xdiff/functions/xdiff-file-patch-binary.xml +++ b/reference/xdiff/functions/xdiff-file-patch-binary.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ dest. - Returns &true; or &false; if an internal error happened. + &return.success; See also xdiff_string_patch_binary.