{
    "content": [
        {
            "type": "text",
            "text": "# CRC32 (man)\n\n## NAME\n\ncrc32 - compute CRC-32 checksums for the given files\n\n## SYNOPSIS\n\ncrc32 filename [ filename ... ]\n\n## DESCRIPTION\n\ncrc32 is a simple utility that calculates the CRC-32 checksum for each of the given files.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CRC32",
        "section": "",
        "mode": "man",
        "summary": "crc32 - compute CRC-32 checksums for the given files",
        "synopsis": "crc32 filename [ filename ... ]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "Zip",
                "section": "3pm",
                "url": "https://www.chedong.com/phpMan.php/man/Zip/3pm/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "crc32 - compute CRC-32 checksums for the given files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "crc32 filename [ filename ... ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "crc32 is a simple utility that calculates the CRC-32 checksum for each of the given files.\n\nNote that the CRC-32 checksum is merely used for error detection in transmission and storage.\nIt is not intended to guard against the malicious modification of files (i.e., it  is  not  a\ncryptographic hash).\n\nThis utility is supplied with the Archive::Zip module for Perl.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Archive::Zip(3pm).\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "The Archive::Zip module was written by Ned Konz.\nThis  manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system\n(but may be used by others).\n\n\n\nJune 21, 2005                                   CRC32(1)",
                "subsections": []
            }
        }
    }
}