{
    "content": [
        {
            "type": "text",
            "text": "# scsi_stop (man)\n\n## NAME\n\nscsistop - stop (spin down) one or more SCSI disks\n\n## SYNOPSIS\n\nscsistop [--help] [--verbose] [--wait] DEVICE [DEVICE]*\n\n## DESCRIPTION\n\nThis  bash  shell  script  calls the sgstart utility on each given DEVICE. The purpose is to\nspin down (stop) each given DEVICE.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (3 subsections)\n- **NOTES**\n- **EXIT STATUS**\n- **AUTHORS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "scsi_stop",
        "section": "",
        "mode": "man",
        "summary": "scsistop - stop (spin down) one or more SCSI disks",
        "synopsis": "scsistop [--help] [--verbose] [--wait] DEVICE [DEVICE]*",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "print out the usage message then exit."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "increase level or verbosity."
            },
            {
                "flag": "-w",
                "long": "--wait",
                "arg": null,
                "description": "wait for the spin down (stop) on each given DEVICE to complete. The default action is to do each stop in immediate mode."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-w --wait",
                        "lines": 3,
                        "flag": "-w",
                        "long": "--wait"
                    }
                ]
            },
            {
                "name": "NOTES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "scsistop - stop (spin down) one or more SCSI disks\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "scsistop [--help] [--verbose] [--wait] DEVICE [DEVICE]*\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This  bash  shell  script  calls the sgstart utility on each given DEVICE. The purpose is to\nspin down (stop) each given DEVICE.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "Arguments to long options are mandatory for short options as well.\n",
                "subsections": [
                    {
                        "name": "-h --help",
                        "content": "print out the usage message then exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "content": "increase level or verbosity.\n",
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-w --wait",
                        "content": "wait for the spin down (stop) on each given DEVICE to complete.  The default action is\nto do each stop in immediate mode.\n",
                        "flag": "-w",
                        "long": "--wait"
                    }
                ]
            },
            "NOTES": {
                "content": "The sgstart utility calls the SCSI START STOP UNIT command and can either start (spin up) or\nstop (spin down) a SCSI disk depending on the given command line options.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "The exit status of this script is 0 when it is successful. Otherwise the exit status is  that\nof the last sgstart utility called. See the sg3utils(8) man page.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Written by D. Gilbert\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2009-2013 Douglas Gilbert\nThis software is distributed under a FreeBSD license. There is NO warranty; not even for MER‐\nCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "sgstart (sg3utils)\n\n\n\nsg3utils-1.36                                May 2013                                  SCSISTOP(8)",
                "subsections": []
            }
        }
    }
}