Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/libexec/makewhatis



Module Name:    src
Committed By:   apb
Date:           Thu Apr  2 21:39:33 UTC 2009

Modified Files:
        src/libexec/makewhatis: makewhatis.c

Log Message:
In addwhatis(), two items should not be treated as duplicates unless
both the "data" and "prefix" elements are identical.  For example, the
two lines

        amiga/boot (8) - system bootstrapping procedures
        amd64/boot (8) - system bootstrapping procedures

both appear with data = "boot (8) - system bootstrapping procedures" but
with different values for prefix, and we do not want to reject one of
them as a duplicate.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/libexec/makewhatis/makewhatis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index