diff options
Diffstat (limited to 'Doc/lib/libcmp.tex')
| -rw-r--r-- | Doc/lib/libcmp.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libcmp.tex b/Doc/lib/libcmp.tex index a30da72e2b..4f81b3c328 100644 --- a/Doc/lib/libcmp.tex +++ b/Doc/lib/libcmp.tex @@ -5,6 +5,9 @@ \sectionauthor{Moshe Zadka}{mzadka@geocities.com} \modulesynopsis{Compare files very efficiently.} +% XXX check version number before release! +\deprecated{1.5.3}{Use the \module{filecmp} module instead.} + The \module{cmp} module defines a function to compare files, taking all sort of short-cuts to make it a highly efficient operation. |
