summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-disconnect-all.1
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/nvme-disconnect-all.1')
-rw-r--r--Documentation/nvme-disconnect-all.169
1 files changed, 69 insertions, 0 deletions
diff --git a/Documentation/nvme-disconnect-all.1 b/Documentation/nvme-disconnect-all.1
new file mode 100644
index 0000000..04aec10
--- /dev/null
+++ b/Documentation/nvme-disconnect-all.1
@@ -0,0 +1,69 @@
+'\" t
+.\" Title: nvme-disconnect-all
+.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 04/24/2020
+.\" Manual: NVMe Manual
+.\" Source: NVMe
+.\" Language: English
+.\"
+.TH "NVME\-DISCONNECT\-AL" "1" "04/24/2020" "NVMe" "NVMe Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+nvme-disconnect-all \- Disconnect from all connected Fabrics controllers\&.
+.SH "SYNOPSIS"
+.sp
+.nf
+\fInvme disconnect\-all\fR
+.fi
+.SH "DESCRIPTION"
+.sp
+Disconnects and removes all existing NVMe over Fabrics controllers\&.
+.sp
+See the documentation for the nvme\-disconnect(1) command for further background\&.
+.SH "EXAMPLES"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Disconnect all existing nvme controllers:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+# nvme disconnect\-all
+.fi
+.if n \{\
+.RE
+.\}
+.RE
+.SH "SEE ALSO"
+.sp
+nvme\-disconnect(1)
+.SH "NVME"
+.sp
+Part of the nvme\-user suite