pkg://whichman-2.4-1mdk.src.rpm:19867/HEADER
downloads
Name : whichman Relocations: (not relocateable)
Version : 2.4 Vendor: Mandrakesoft
Release : 1mdk Build Date: Sat Aug 28 11:00:39 2004
Install date: (not installed) Build Host: n1.mandrakesoft.com
Group : File tools Source RPM: (none)
Size : 17709 License: GPL
Packager : Franck Villaume <fvill@freesurf.fr>
URL : http://main.linuxfocus.org/~guido/
Summary : Fault tolerant search utilities
Description :
ftff, ftwhich and whichman are fault tolerant search utilities.
whichman allows to search for man pages that match approximately the specified
search key. ftff is a fault tolerant file find utility and ftwhich
is a fault tolerant version for the 'which' command.
The error tolerant approximate string match is based on the Levenshtein
Distance between two strings. This is a measure for the number of
replacements, insertions and deletions that are necessary to transform
string A into string B.