{
    "content": [
        {
            "type": "text",
            "text": "# chvt (man)\n\n## NAME\n\nchvt - change foreground virtual terminal\n\n## SYNOPSIS\n\nchvt [option...]  N\n\n## DESCRIPTION\n\nThe  command  chvt  N  makes /dev/ttyN the foreground terminal.  (The corresponding screen is\ncreated if it did not exist yet.  To get rid of unused VTs, use deallocvt(1).)  The key  com‐\nbination (Ctrl-)LeftAlt-FN (with N in the range 1-12) usually has a similar effect.\n\n## TLDR\n\n> Change foreground virtual terminal.\n\n- Change to a specific TTY:\n  `sudo chvt {{3}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "chvt",
        "section": "",
        "mode": "man",
        "summary": "chvt - change foreground virtual terminal",
        "synopsis": "chvt [option...]  N",
        "tldr_summary": "Change foreground virtual terminal.",
        "tldr_examples": [
            {
                "description": "Change to a specific TTY",
                "command": "sudo chvt {{3}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "chvt - change foreground virtual terminal\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "chvt [option...]  N\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  command  chvt  N  makes /dev/ttyN the foreground terminal.  (The corresponding screen is\ncreated if it did not exist yet.  To get rid of unused VTs, use deallocvt(1).)  The key  com‐\nbination (Ctrl-)LeftAlt-FN (with N in the range 1-12) usually has a similar effect.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "-V, --version\nprint program version and exit.\n\n-h, --help\nshow this text and exit.\n\n\n\nkbd                                        26 January 1997                                   CHVT(1)",
                "subsections": []
            }
        }
    }
}