{
    "content": [
        {
            "type": "text",
            "text": "# APPRES(1) (man)\n\n**Summary:** appres - list X application resource database\n\n**Synopsis:** appres [class [instance]] [-1] [-V] [toolkitoptions]\n\n## See Also\n\n- X(7)\n- xrdb(1)\n- listres(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (31 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nappres - list X application resource database\n\n### SYNOPSIS\n\nappres [class [instance]] [-1] [-V] [toolkitoptions]\n\n### DESCRIPTION\n\nThe  appres program prints the resources seen by an application (or subhierarchy of an appli‐\ncation) with the specified class and instance names.  It can be used to determine  which  re‐\nsources a particular program will load.  For example,\n\n% appres  XTerm\n\nwill  list the resources that any xterm program will load.  If no application class is speci‐\nfied, the class -AppResTest- is used.\n\nTo match a particular instance name, specify an instance  name  explicitly  after  the  class\nname, or use the normal Xt toolkit option.  For example,\n\n% appres  XTerm  myxterm\nor\n% appres  XTerm  -name  myxterm\n\nTo list resources that match a subhierarchy of an application, specify hierarchical class and\ninstance names.  The number of class and instance components must be equal, and the  instance\nname should not be specified with a toolkit option.  For example,\n\n% appres  Xman.TopLevelShell.Form  xman.topBox.form\n\nwill  list  the  resources  of  widgets of xman topBox hierarchy.  To list just the resources\nmatching a specific level in the hierarchy, use the -1 option.  For example,\n\n% appres  XTerm.VT100  xterm.vt100  -1\n\nwill list the resources matching the xterm vt100 widget.\n\nThe -V option prints the appres command version and exits.\n\n### SEE ALSO\n\nX(7), xrdb(1), listres(1)\n\n### AUTHOR\n\nJim Fulton, MIT X Consortium\n\n\n\nX Version 11                                appres 1.0.5                                   APPRES(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "APPRES",
        "section": "1",
        "mode": "man",
        "summary": "appres - list X application resource database",
        "synopsis": "appres [class [instance]] [-1] [-V] [toolkitoptions]",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "X",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/X/7/json"
            },
            {
                "name": "xrdb",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xrdb/1/json"
            },
            {
                "name": "listres",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/listres/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 31,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}