From de7877378654dd0ba416f6a64fdd3426c7719199 Mon Sep 17 00:00:00 2001 From: Enzo Matsumiya Date: Tue, 14 Jul 2020 17:56:43 -0300 Subject: [PATCH] doc: add 'tcp' as transport type option Commit d48164ad3a5 ("nvme: Add TCP transport ") added 'tcp' as a transport type option, but didn't document it. Add it for: nvme-connect-all nvme-connect nvme-discover --- Documentation/nvme-connect-all.1 | 10 ++++++++-- Documentation/nvme-connect-all.html | 4 ++++ Documentation/nvme-connect-all.txt | 1 + Documentation/nvme-connect.1 | 10 ++++++++-- Documentation/nvme-connect.html | 8 ++++++-- Documentation/nvme-connect.txt | 1 + Documentation/nvme-discover.1 | 10 ++++++++-- Documentation/nvme-discover.html | 8 ++++++-- Documentation/nvme-discover.txt | 1 + 9 files changed, 43 insertions(+), 10 deletions(-) diff --git a/Documentation/nvme-connect-all.1 b/Documentation/nvme-connect-all.1 index ca1c82a3..d4127e4f 100644 --- a/Documentation/nvme-connect-all.1 +++ b/Documentation/nvme-connect-all.1 @@ -2,12 +2,12 @@ .\" Title: nvme-connect-all .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/16/2020 +.\" Date: 07/14/2020 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-CONNECT\-ALL" "1" "06/16/2020" "NVMe" "NVMe Manual" +.TH "NVME\-CONNECT\-ALL" "1" "07/14/2020" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -72,6 +72,7 @@ allbox tab(:); lt lt lt lt lt lt +lt lt lt lt. T{ Value @@ -90,6 +91,11 @@ T}:T{ The network fabric is a Fibre Channel network\&. T} T{ +tcp +T}:T{ +The network fabric is a TCP/IP network\&. +T} +T{ loop T}:T{ Connect to a NVMe over Fabrics target on the local host diff --git a/Documentation/nvme-connect-all.html b/Documentation/nvme-connect-all.html index b5f22f7e..7d6ef8a9 100644 --- a/Documentation/nvme-connect-all.html +++ b/Documentation/nvme-connect-all.html @@ -825,6 +825,10 @@ cellspacing="0" cellpadding="4">

WIP The network fabric is a Fibre Channel network.

+

tcp

+

The network fabric is a TCP/IP network.

+ +

loop

Connect to a NVMe over Fabrics target on the local host

diff --git a/Documentation/nvme-connect-all.txt b/Documentation/nvme-connect-all.txt index 63d3c8f1..128f3361 100644 --- a/Documentation/nvme-connect-all.txt +++ b/Documentation/nvme-connect-all.txt @@ -58,6 +58,7 @@ OPTIONS |Value|Definition |rdma|The network fabric is an rdma network (RoCE, iWARP, Infiniband, basic rdma, etc) |fc |*WIP* The network fabric is a Fibre Channel network. +|tcp |The network fabric is a TCP/IP network. |loop|Connect to a NVMe over Fabrics target on the local host |================= diff --git a/Documentation/nvme-connect.1 b/Documentation/nvme-connect.1 index 097ff93b..a6d12ebf 100644 --- a/Documentation/nvme-connect.1 +++ b/Documentation/nvme-connect.1 @@ -2,12 +2,12 @@ .\" Title: nvme-connect .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 06/16/2020 +.\" Date: 07/14/2020 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-CONNECT" "1" "06/16/2020" "NVMe" "NVMe Manual" +.TH "NVME\-CONNECT" "1" "07/14/2020" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -65,6 +65,7 @@ allbox tab(:); lt lt lt lt lt lt +lt lt lt lt. T{ Value @@ -83,6 +84,11 @@ T}:T{ The network fabric is a Fibre Channel network\&. T} T{ +tcp +T}:T{ +The network fabric is a TCP/IP network\&. +T} +T{ loop T}:T{ Connect to a NVMe over Fabrics target on the local host diff --git a/Documentation/nvme-connect.html b/Documentation/nvme-connect.html index fc750098..1f523dc4 100644 --- a/Documentation/nvme-connect.html +++ b/Documentation/nvme-connect.html @@ -4,7 +4,7 @@ - + nvme-connect(1)