{
    "mode": "man",
    "parameter": "dehtmldiff",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/dehtmldiff/1/json",
    "generated": "2026-08-30T15:26:48Z",
    "synopsis": "dehtmldiff [file...]\ndehtmldiff {[--help] | [--version]}",
    "sections": {
        "NAME": {
            "content": "dehtmldiff - get usable diff from an HTML page\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "dehtmldiff [file...]\n\ndehtmldiff {[--help] | [--version]}\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "dehtmldiff creates usable diff files from HTML pages. This is useful in the scenario where a\npatch has been posted to a mailing list viewable via a web page.\n\nThe corrected diff is sent to standard output. Note that you will probably need to use the -l\noption when applying the patch, in order to ignore any whitespace differences there may be.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--help",
                    "content": "Display a short usage message.\n",
                    "long": "--help"
                },
                {
                    "name": "--version",
                    "content": "Display the version number of dehtmldiff.\n",
                    "long": "--version"
                }
            ]
        },
        "LIMITATIONS": {
            "content": "The way this command works is fairly primitive; it boils down to some simple text\nreplacements, followed by an unwrapdiff pass. As a result, all of the limitations that apply\nto unwrapdiff also apply to dehtmldiff.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Tim Waugh <twaugh@redhat.com>\nPackage maintainer\n\npatchutils                                 17 January 2003                             DEHTMLDIFF(1)",
            "subsections": []
        }
    },
    "summary": "dehtmldiff - get usable diff from an HTML page",
    "flags": [
        {
            "flag": "",
            "long": "--help",
            "arg": null,
            "description": "Display a short usage message."
        },
        {
            "flag": "",
            "long": "--version",
            "arg": null,
            "description": "Display the version number of dehtmldiff."
        }
    ],
    "examples": [],
    "see_also": []
}