GRML-KDIFF(1)
=============
Michael Gebetsroither <gebi@grml.org>


NAME
----
grml-kdiff - Tool which helps in kernel config handling


SYNOPSIS
--------
*grml-kdiff* [OPTIONS] 'action' <source1> <source2>


DESCRIPTION
-----------
*grml-kdiff* is a program that
helps you in kernel configuration handling, such as showing you the common
configuration options between 2 kernel configs.


ACTIONS
-------
*base <source1> <source2>*::
    Prints every configuration option which is in source1 AND in source2.

*diff <source1> <source1>*::
    Prints every configuration option which is in source1 AND NOT in source2.

*udiff <source1> <source1>*::
    Prints everyting thats missing in either source1 or source2.


OPTIONS
-------
*-h, help*::
Show summary of options.


EXAMPLES
--------

*grml-kdiff diff config-2.6.25-grml64 config-2.6.25-grml*::
    Shows every config option which is available in grml64 kernel and is
    missing in the normal kernel.


SEE ALSO
--------
grml-kerneltest(8)


AUTHOR
------
grml-kdiff was written by Michael Gebetsroither <michael.geb@gmx.at>.

This manual page was written by Michael Gebetsroither <gebi@grml.org>.
