{
    "content": [
        {
            "type": "text",
            "text": "# lwp-mirror(1p) (man)\n\n**Summary:** lwp-mirror - Simple mirror utility\n\n**Synopsis:** lwp-mirror [-v] [-t timeout] <url> <local file>\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (14 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nlwp-mirror - Simple mirror utility\n\n### SYNOPSIS\n\nlwp-mirror [-v] [-t timeout] <url> <local file>\n\n### DESCRIPTION\n\nThis program can be used to mirror a document from a WWW server.  The document is only\ntransferred if the remote copy is newer than the local copy.  If the local copy is newer\nnothing happens.\n\nUse the \"-v\" option to print the version number of this program.\n\nThe timeout value specified with the \"-t\" option.  The timeout value is the time that the\nprogram will wait for response from the remote server before it fails.  The default unit for\nthe timeout value is seconds.  You might append \"m\" or \"h\" to the timeout value to make it\nminutes or hours, respectively.\n\nBecause this program is implemented using the LWP library, it only supports the protocols\nthat LWP supports.\n\n### SEE ALSO\n\nlwp-request, LWP\n\n### AUTHOR\n\nGisle Aas <gisle@aas.no>\n\n\n\nperl v5.32.1                                 2022-01-28                               LWP-MIRROR(1p)\n\n"
        }
    ],
    "structuredContent": {
        "command": "lwp-mirror",
        "section": "1p",
        "mode": "man",
        "summary": "lwp-mirror - Simple mirror utility",
        "synopsis": "lwp-mirror [-v] [-t timeout] <url> <local file>",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}