{
    "content": [
        {
            "type": "text",
            "text": "# dmmp_path_blk_name_get (man)\n\n## NAME\n\ndmmppathblknameget - Retrieve block name.\n\n## SYNOPSIS\n\nconst char * dmmppathblknameget (struct dmmppath *dmmpp);\n\n## DESCRIPTION\n\nRetrieve block name of certain path. The example of block names are \"sda\", \"nvme0n1\".\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **ARGUMENTS**\n- **DESCRIPTION**\n- **RETURN**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "dmmp_path_blk_name_get",
        "section": "",
        "mode": "man",
        "summary": "dmmppathblknameget - Retrieve block name.",
        "synopsis": "const char * dmmppathblknameget (struct dmmppath *dmmpp);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ARGUMENTS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "RETURN",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dmmppathblknameget - Retrieve block name.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "const char * dmmppathblknameget (struct dmmppath *dmmpp);\n",
                "subsections": []
            },
            "ARGUMENTS": {
                "content": "dmmpp      Pointer  of  'struct  dmmppath'.   If this pointer is NULL, your program will be\nterminated by assert.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Retrieve block name of certain path. The example of block names are \"sda\", \"nvme0n1\".\n",
                "subsections": []
            },
            "RETURN": {
                "content": "const char *. No need to free this memory, the resources will get freed  when  dmmpmpathar‐‐\nrayfree.\n\n\n\nMarch 2018                             dmmppathblknameget              dmmppathblknameget(3)",
                "subsections": []
            }
        }
    }
}