"Fossies" - the Fresh Open Source Software Archive

Member "apg-2.2.3/bfconvert/README" (7 Aug 2003, 417 Bytes) of package /linux/privat/old/apg-2.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 NAME
    2    bfconvert
    3 
    4 DESCRIPTION
    5    Convert APG Bloom-filter version 1.0.1 to
    6    version 1.1.0
    7 
    8 BUILD
    9    Just type `make' and hit [Enter] at the
   10    command prompt.
   11 
   12 USAGE
   13    bfconvert old_bf_file_name new_bf_file_name
   14 
   15 RETURN
   16    0 - success
   17   -1 - something wrong
   18 
   19 NOTE
   20    Converted filter will be case sensitive.
   21    
   22    Conversion to the case insensitive filter
   23    is impossible because of the bloom-filter
   24    nature.