{
    "content": [
        {
            "type": "text",
            "text": "# dehtmldiff (man)\n\n## NAME\n\ndehtmldiff - get usable diff from an HTML page\n\n## SYNOPSIS\n\ndehtmldiff [file...]\ndehtmldiff {[--help] | [--version]}\n\n## DESCRIPTION\n\ndehtmldiff 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\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **LIMITATIONS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "dehtmldiff",
        "section": "",
        "mode": "man",
        "summary": "dehtmldiff - get usable diff from an HTML page",
        "synopsis": "dehtmldiff [file...]\ndehtmldiff {[--help] | [--version]}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--help",
                        "lines": 2,
                        "long": "--help"
                    },
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "LIMITATIONS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}