{
    "content": [
        {
            "type": "text",
            "text": "# modules (man)\n\n## NAME\n\n/etc/modules - kernel modules to load at boot time\n\n## DESCRIPTION\n\nThe  /etc/modules  file  contains  the  names of kernel modules that are to be loaded at boot\ntime, one per line. Options can only be specified using modprobe.d configuration files. Lines\nbeginning with a '#' are ignored.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **EXAMPLE**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "modules",
        "section": "",
        "mode": "man",
        "summary": "/etc/modules - kernel modules to load at boot time",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [
            "# /etc/modules: kernel modules to load at boot time.",
            "# This file contains the names of kernel modules that",
            "# should be loaded at boot time, one per line. Lines",
            "# beginning with \"#\" are ignored.",
            "w83781d",
            "3c509",
            "nfnatftp"
        ],
        "see_also": [
            {
                "name": "depmod",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/depmod/8/json"
            },
            {
                "name": "modprobe",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/modprobe/8/json"
            },
            {
                "name": "modprobe.d",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/modprobe.d/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "EXAMPLE",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "/etc/modules - kernel modules to load at boot time\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  /etc/modules  file  contains  the  names of kernel modules that are to be loaded at boot\ntime, one per line. Options can only be specified using modprobe.d configuration files. Lines\nbeginning with a '#' are ignored.\n",
                "subsections": []
            },
            "EXAMPLE": {
                "content": "# /etc/modules: kernel modules to load at boot time.\n#\n# This file contains the names of kernel modules that\n# should be loaded at boot time, one per line. Lines\n# beginning with \"#\" are ignored.\n\nw83781d\n\n3c509\nnfnatftp\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "depmod(8) modprobe(8) modprobe.d(5)\n\n\n\nDebian GNU/Linux                             Version 1.2                                  MODULES(5)",
                "subsections": []
            }
        }
    }
}