{
    "content": [
        {
            "type": "text",
            "text": "# tipc(8) (man)\n\n**Summary:** tipc - a TIPC configuration and management tool\n\n**Synopsis:** tipc [ OPTIONS ] COMMAND ARGUMENTS\nCOMMAND := { bearer | link | media | nametable | node | socket }\nOPTIONS := { -h[help] }\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | --help | — | Show help about last given command. For example tipc bearer --help will show bearer help and tipc --help will show gener |\n| -j | — | — | Output results in JavaScript Object Notation (JSON). |\n| -p | — | — | The default JSON format is compact and more efficient to parse but hard for most users to read. This flag adds indentati |\n\n## See Also\n\n- tipc-bearer(8)\n- tipc-link(8)\n- tipc-media(8)\n- tipc-nametable(8)\n- tipc-node(8)\n- tipc-peer(8)\n- tipc-socket(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (9 lines)\n- **DESCRIPTION** (10 lines)\n- **OPTIONS** (1 lines) — 3 subsections\n  - -h --help (5 lines)\n  - -j -json (3 lines)\n  - -p -pretty (4 lines)\n- **COMMANDS** (19 lines)\n- **ARGUMENTS** (6 lines)\n- **EXIT STATUS** (3 lines)\n- **SEE ALSO** (3 lines)\n- **REPORTING BUGS** (5 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\ntipc - a TIPC configuration and management tool\n\n### SYNOPSIS\n\ntipc [ OPTIONS ] COMMAND ARGUMENTS\n\n\nCOMMAND := { bearer | link | media | nametable | node | socket }\n\n\nOPTIONS := { -h[help] }\n\n### DESCRIPTION\n\nThe Transparent Inter-Process Communication (TIPC) protocol offers total address transparency\nbetween processes which allows applications in a clustered computer environment to communi‐\ncate quickly and reliably with each other, regardless of their location within the cluster.\n\nTIPC originated at the telecommunications manufacturer Ericsson. The first open source ver‐\nsion of TIPC was created in 2000 when Ericsson released its first Linux version of TIPC. TIPC\nwas introduced in the mainline Linux kernel in 2006 and is now widely used both within and\noutside of Ericsson.\n\n### OPTIONS\n\n#### -h --help\n\nShow help about last given command. For example tipc bearer --help will show bearer\nhelp and tipc --help will show general help. The position of the option in the string\nis irrelevant.\n\n#### -j -json\n\nOutput results in JavaScript Object Notation (JSON).\n\n#### -p -pretty\n\nThe default JSON format is compact and more efficient to parse but hard for most users\nto read.  This flag adds indentation for readability.\n\n### COMMANDS\n\nBEARER - Show or modify TIPC bearers\n\n\nLINK   - Show or modify TIPC links\n\n\nMEDIA  - Show or modify TIPC media\n\n\nNAMETABLE\n- Show TIPC nametable\n\n\nNODE   - Show or modify TIPC node parameters\n\n\nSOCKET - Show TIPC sockets\n\n### ARGUMENTS\n\nCommand arguments are described in a command specific man page and typically consists of\nnested commands along with key value pairs.  If no arguments are given a command typically\nshows its help text. The explicit help option -h or --help can occur anywhere among the argu‐\nments and will show help for the last valid command given.\n\n### EXIT STATUS\n\nExit status is 0 if command was successful or a positive integer upon failure.\n\n### SEE ALSO\n\ntipc-bearer(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-node(8), tipc-peer(8),\ntipc-socket(8)\n\n### REPORTING BUGS\n\nReport any bugs to the Network Developers mailing list <netdev@vger.kernel.org> where the de‐\nvelopment and maintenance is primarily done.  You do not have to be subscribed to the list to\nsend a message there.\n\n### AUTHOR\n\nRichard Alpe <richard.alpe@ericsson.com>\n\n\n\niproute2                                     02 Jun 2015                                     TIPC(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "tipc",
        "section": "8",
        "mode": "man",
        "summary": "tipc - a TIPC configuration and management tool",
        "synopsis": "tipc [ OPTIONS ] COMMAND ARGUMENTS\nCOMMAND := { bearer | link | media | nametable | node | socket }\nOPTIONS := { -h[help] }",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Show help about last given command. For example tipc bearer --help will show bearer help and tipc --help will show general help. The position of the option in the string is irrelevant."
            },
            {
                "flag": "-j",
                "long": null,
                "arg": null,
                "description": "Output results in JavaScript Object Notation (JSON)."
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "The default JSON format is compact and more efficient to parse but hard for most users to read. This flag adds indentation for readability."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "tipc-bearer",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-bearer/8/json"
            },
            {
                "name": "tipc-link",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-link/8/json"
            },
            {
                "name": "tipc-media",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-media/8/json"
            },
            {
                "name": "tipc-nametable",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-nametable/8/json"
            },
            {
                "name": "tipc-node",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-node/8/json"
            },
            {
                "name": "tipc-peer",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-peer/8/json"
            },
            {
                "name": "tipc-socket",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tipc-socket/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 5,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-j -json",
                        "lines": 3,
                        "flag": "-j"
                    },
                    {
                        "name": "-p -pretty",
                        "lines": 4,
                        "flag": "-p"
                    }
                ]
            },
            {
                "name": "COMMANDS",
                "lines": 19,
                "subsections": []
            },
            {
                "name": "ARGUMENTS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}