{
    "content": [
        {
            "type": "text",
            "text": "# fixcvsdiff (man)\n\n## NAME\n\nfixcvsdiff - fix problematic diff files\n\n## SYNOPSIS\n\nfixcvsdiff [-p] [-b] [file...]\n\n## DESCRIPTION\n\nfixcvsdiff modifies diff files created from the cvs diff command, where files have been added\nor removed. CVS tends to create diff files that patch(1) mis-interprets. The diff file must\nretain the lines beginning with “Index:” in order for the correction to work.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "fixcvsdiff",
        "section": "",
        "mode": "man",
        "summary": "fixcvsdiff - fix problematic diff files",
        "synopsis": "fixcvsdiff [-p] [-b] [file...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-b",
                "long": null,
                "arg": null,
                "description": "Keep a .bak backup file."
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "Print out the cvs add and cvs remove commands that must be made after applying the diff, but before running cvs commit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "diff",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/diff/1/json"
            },
            {
                "name": "patch",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/patch/1/json"
            },
            {
                "name": "cvs",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/cvs/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-b",
                        "lines": 2,
                        "flag": "-b"
                    },
                    {
                        "name": "-p",
                        "lines": 3,
                        "flag": "-p"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "fixcvsdiff - fix problematic diff files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "fixcvsdiff [-p] [-b] [file...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "fixcvsdiff modifies diff files created from the cvs diff command, where files have been added\nor removed. CVS tends to create diff files that patch(1) mis-interprets. The diff file must\nretain the lines beginning with “Index:” in order for the correction to work.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-b",
                        "content": "Keep a .bak backup file.\n",
                        "flag": "-b"
                    },
                    {
                        "name": "-p",
                        "content": "Print out the cvs add and cvs remove commands that must be made after applying the diff,\nbut before running cvs commit.\n",
                        "flag": "-p"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "diff(1), patch(1), cvs(1)\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Tim Waugh <twaugh@redhat.com>\nPackage maintainer\n\nAmir Karger <karger@post.harvard.edu>\nAuthor of the original perl script and man page\n\nJohn Levon <moz@compsoc.man.ac.uk>\nAuthor of the original perl script and man page\n\n\n\npatchutils                                   7 Dec 2001                                FIXCVSDIFF(1)",
                "subsections": []
            }
        }
    }
}