{
    "content": [
        {
            "type": "text",
            "text": "# fixcvsdiff(1) (man)\n\n**Summary:** fixcvsdiff - fix problematic diff files\n\n**Synopsis:** fixcvsdiff [-p] [-b] [file...]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -b | — | — | Keep a .bak backup file. |\n| -p | — | — | Print out the cvs add and cvs remove commands that must be made after applying the diff, but before running cvs commit. |\n\n## See Also\n\n- diff(1)\n- patch(1)\n- cvs(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (1 lines) — 2 subsections\n  - -b (2 lines)\n  - -p (3 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHORS** (12 lines)\n\n## Full Content\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### OPTIONS\n\n#### -b\n\nKeep a .bak backup file.\n\n#### -p\n\nPrint out the cvs add and cvs remove commands that must be made after applying the diff,\nbut before running cvs commit.\n\n### SEE ALSO\n\ndiff(1), patch(1), cvs(1)\n\n### AUTHORS\n\nTim 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)\n\n"
        }
    ],
    "structuredContent": {
        "command": "fixcvsdiff",
        "section": "1",
        "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": []
            }
        ]
    }
}