{
    "content": [
        {
            "type": "text",
            "text": "# ginstall-info (man)\n\n## NAME\n\ninstall-info - update info/dir entries\n\n## SYNOPSIS\n\ninstall-info [OPTION]... [INFO-FILE [DIR-FILE]]\n\n## DESCRIPTION\n\nAdd  or remove entries in INFO-FILE from the Info directory DIR-FILE.  INFO-FILE and DIR-FILE\nare required unless the --info-file or --dir-file (or --info-dir) options are given,  respec‐\ntively.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (11 subsections)\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ginstall-info",
        "section": "",
        "mode": "man",
        "summary": "install-info - update info/dir entries",
        "synopsis": "install-info [OPTION]... [INFO-FILE [DIR-FILE]]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--add-once",
                "arg": null,
                "description": "add only to first matching section, not all. --align=COL start description of new entries at column COL. --calign=COL format second and subsequent description lines to start at column COL."
            },
            {
                "flag": "",
                "long": "--debug",
                "arg": null,
                "description": "report what is being done."
            },
            {
                "flag": "",
                "long": "--delete",
                "arg": null,
                "description": "delete existing entries for INFO-FILE from DIR-FILE; don't insert any new entries. --defsection=TEXT like --section, but only use TEXT if no sections are present in INFO-FILE (replacing \"Miscellaneous\"). --description=TEXT the description of the entry is TEXT; used with the --name option to become synonymous with the --entry option. --dir-file=NAME specify file name of Info directory file; equivalent to using the DIR-FILE argument."
            },
            {
                "flag": "",
                "long": "--dry-run",
                "arg": null,
                "description": "same as --test. --entry=TEXT insert TEXT as an Info directory entry, overriding any corresponding entry from DIR-FILE. TEXT is written as an Info menu item line followed by zero or more extra lines starting with whitespace. If you specify more than one entry, all are added. If you don't specify any entries, they are determined from information in the Info file itself. --help display this help and exit. --info-dir=DIR same as --dir-file=DIR/dir. --info-file=FILE specify Info file to install in the directory; equivalent to using the INFO-FILE argu‐ ment. --item=TEXT same as --entry=TEXT."
            },
            {
                "flag": "",
                "long": "--keep-old",
                "arg": null,
                "description": "do not replace entries, or remove empty sections. --maxwidth, --max-width=COL wrap description at column COL. --menuentry=TEXT same as --name=TEXT. --name=TEXT the name of the entry is TEXT; used with --description to become synonymous with the --entry option."
            },
            {
                "flag": "",
                "long": "--no-indent",
                "arg": null,
                "description": "do not format new entries in the DIR file."
            },
            {
                "flag": "",
                "long": "--quiet",
                "arg": null,
                "description": "suppress warnings. --regex=R put this file's entries in all sections that match the regular expression R (ignoring case)."
            },
            {
                "flag": "",
                "long": "--remove",
                "arg": null,
                "description": "same as --delete."
            },
            {
                "flag": "",
                "long": "--remove-exactly",
                "arg": null,
                "description": "only remove if the info file name matches exactly; suffixes such as .info and .gz are not ignored. --section=SEC put entries in section SEC of the directory. If you specify more than one section, all the entries are added in each of the sections. If you don't specify any sections, they are determined from information in the Info file itself; if nothing is available there, the --defsection value is used; if that is not speci‐ fied, the final default is \"Miscellaneous\". --section R SEC equivalent to --regex=R --section=SEC --add-once."
            },
            {
                "flag": "",
                "long": "--silent",
                "arg": null,
                "description": "suppress warnings. --test suppress updating of DIR-FILE."
            },
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "display version information and exit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "INSTALL-INFO",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/INSTALL-INFO/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": "--add-once",
                        "lines": 8,
                        "long": "--add-once"
                    },
                    {
                        "name": "--debug",
                        "lines": 2,
                        "long": "--debug"
                    },
                    {
                        "name": "--delete",
                        "lines": 13,
                        "long": "--delete"
                    },
                    {
                        "name": "--dry-run",
                        "lines": 24,
                        "long": "--dry-run"
                    },
                    {
                        "name": "--keep-old",
                        "lines": 12,
                        "long": "--keep-old"
                    },
                    {
                        "name": "--no-indent",
                        "lines": 2,
                        "long": "--no-indent"
                    },
                    {
                        "name": "--quiet",
                        "lines": 6,
                        "long": "--quiet"
                    },
                    {
                        "name": "--remove",
                        "lines": 2,
                        "long": "--remove"
                    },
                    {
                        "name": "--remove-exactly",
                        "lines": 17,
                        "long": "--remove-exactly"
                    },
                    {
                        "name": "--silent",
                        "lines": 4,
                        "long": "--silent"
                    },
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "REPORTING BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 10,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "install-info - update info/dir entries\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "install-info [OPTION]... [INFO-FILE [DIR-FILE]]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Add  or remove entries in INFO-FILE from the Info directory DIR-FILE.  INFO-FILE and DIR-FILE\nare required unless the --info-file or --dir-file (or --info-dir) options are given,  respec‐\ntively.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--add-once",
                        "content": "add only to first matching section, not all.\n\n--align=COL\nstart description of new entries at column COL.\n\n--calign=COL\nformat second and subsequent description lines to start at column COL.\n",
                        "long": "--add-once"
                    },
                    {
                        "name": "--debug",
                        "content": "report what is being done.\n",
                        "long": "--debug"
                    },
                    {
                        "name": "--delete",
                        "content": "delete existing entries for INFO-FILE from DIR-FILE; don't insert any new entries.\n\n--defsection=TEXT\nlike  --section,  but only use TEXT if no sections are present in INFO-FILE (replacing\n\"Miscellaneous\").\n\n--description=TEXT\nthe description of the entry is TEXT; used with the --name option to become synonymous\nwith the --entry option.\n\n--dir-file=NAME\nspecify file name of Info directory file; equivalent to using the DIR-FILE argument.\n",
                        "long": "--delete"
                    },
                    {
                        "name": "--dry-run",
                        "content": "same as --test.\n\n--entry=TEXT\ninsert  TEXT  as  an  Info  directory  entry,  overriding any corresponding entry from\nDIR-FILE.  TEXT is written as an Info menu item line followed\n\nby zero or more extra lines starting with whitespace.\nIf you specify more than one entry, all are added.  If you don't specify any  entries,\nthey are determined\n\nfrom information in the Info file itself.\n\n--help display this help and exit.\n\n--info-dir=DIR\nsame as --dir-file=DIR/dir.\n\n--info-file=FILE\nspecify Info file to install in the directory; equivalent to using the INFO-FILE argu‐\nment.\n\n--item=TEXT\nsame as --entry=TEXT.\n",
                        "long": "--dry-run"
                    },
                    {
                        "name": "--keep-old",
                        "content": "do not replace entries, or remove empty sections.\n\n--maxwidth, --max-width=COL\nwrap description at column COL.\n\n--menuentry=TEXT\nsame as --name=TEXT.\n\n--name=TEXT\nthe name of the entry is TEXT; used with --description to become synonymous  with  the\n--entry option.\n",
                        "long": "--keep-old"
                    },
                    {
                        "name": "--no-indent",
                        "content": "do not format new entries in the DIR file.\n",
                        "long": "--no-indent"
                    },
                    {
                        "name": "--quiet",
                        "content": "suppress warnings.\n\n--regex=R\nput  this file's entries in all sections that match the regular expression R (ignoring\ncase).\n",
                        "long": "--quiet"
                    },
                    {
                        "name": "--remove",
                        "content": "same as --delete.\n",
                        "long": "--remove"
                    },
                    {
                        "name": "--remove-exactly",
                        "content": "only remove if the info file name matches exactly; suffixes such as .info and .gz  are\nnot ignored.\n\n--section=SEC\nput  entries  in  section SEC of the directory.  If you specify more than one section,\nall the entries\n\nare added in each of the sections.\nIf you don't specify any sections, they are determined\n\nfrom information in the Info file itself;\nif nothing is available there, the --defsection value is used; if that is  not  speci‐\nfied, the final default is \"Miscellaneous\".\n\n--section R SEC\nequivalent to --regex=R --section=SEC --add-once.\n",
                        "long": "--remove-exactly"
                    },
                    {
                        "name": "--silent",
                        "content": "suppress warnings.\n\n--test suppress updating of DIR-FILE.\n",
                        "long": "--silent"
                    },
                    {
                        "name": "--version",
                        "content": "display version information and exit.\n",
                        "long": "--version"
                    }
                ]
            },
            "REPORTING BUGS": {
                "content": "Email  bug  reports  to  bug-texinfo@gnu.org,  general  questions and discussion to help-tex‐\ninfo@gnu.org.\nTexinfo home page: http://www.gnu.org/software/texinfo/\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2021 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3  or  later\n<http://gnu.org/licenses/gpl.html>\nThis  is free software: you are free to change and redistribute it.  There is NO WARRANTY, to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "The full documentation for install-info is maintained as a Texinfo manual.  If the  info  and\ninstall-info programs are properly installed at your site, the command\n\ninfo install-info\n\nshould give you access to the complete manual.\n\n\n\ninstall-info 6.8                              July 2021                              INSTALL-INFO(1)",
                "subsections": []
            }
        }
    }
}