{
    "content": [
        {
            "type": "text",
            "text": "# sln (info)\n\n## NAME\n\nsln - create symbolic links\n\n## SYNOPSIS\n\nsln source dest\nsln filelist\n\n## DESCRIPTION\n\nThe  sln  program creates symbolic links.  Unlike the ln(1) program, it\nis statically linked.  This means that if for some reason  the  dynamic\nlinker  is  not  working, sln can be used to make symbolic links to dy-\nnamic libraries.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **COLOPHON**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "sln",
        "section": "",
        "mode": "info",
        "summary": "sln - create symbolic links",
        "synopsis": "sln source dest\nsln filelist",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ln",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ln/1/json"
            },
            {
                "name": "ld.so",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ld.so/8/json"
            },
            {
                "name": "ldconfig",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ldconfig/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COLOPHON",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "sln - create symbolic links\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "sln source dest\nsln filelist\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  sln  program creates symbolic links.  Unlike the ln(1) program, it\nis statically linked.  This means that if for some reason  the  dynamic\nlinker  is  not  working, sln can be used to make symbolic links to dy-\nnamic libraries.\n\nThe command line has two forms.  In the first form, it creates dest  as\na new symbolic link to source.\n\nIn  the  second  form,  filelist  is a list of space-separated pathname\npairs, and the effect is as if sln was executed once for each  line  of\nthe file, with the two pathnames as the arguments.\n\nThe sln program supports no command-line options.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ln(1), ld.so(8), ldconfig(8)\n",
                "subsections": []
            },
            "COLOPHON": {
                "content": "This  page  is  part of release 5.10 of the Linux man-pages project.  A\ndescription of the project, information about reporting bugs,  and  the\nlatest     version     of     this    page,    can    be    found    at\nhttps://www.kernel.org/doc/man-pages/.\n\nGNU                               2017-09-15                            SLN(8)",
                "subsections": []
            }
        }
    }
}