diff mbox

iblinkinfo: Remove "-R" option from man page

Message ID 20131010142112.GA22757@r-ufm5-17.mtr.labs.mlnx (mailing list archive)
State Accepted, archived
Delegated to: Ira Weiny
Headers show

Commit Message

Dan Ben Yosef Oct. 10, 2013, 2:21 p.m. UTC
remove "-R" option from iblinkinfo man

Signed-off-by: Dan Ben Yosef <danby@mellanox.com>
---
 doc/man/iblinkinfo.8.in     |    1 -
 doc/rst/iblinkinfo.8.in.rst |    2 --
 src/iblinkinfo.c            |    2 --
 3 files changed, 0 insertions(+), 5 deletions(-)

Comments

Ira Weiny Oct. 11, 2013, 12:52 a.m. UTC | #1
> -----Original Message-----
> From: Dan Ben Yosef [mailto:danby@mellanox.com]
> Sent: Thursday, October 10, 2013 7:21 AM
> To: Weiny, Ira
> Cc: linux-rdma@vger.kernel.org
> Subject: [PATCH] iblinkinfo: Remove "-R" option from man page
> 
> remove "-R" option from iblinkinfo man
> 
> Signed-off-by: Dan Ben Yosef <danby@mellanox.com>

Thanks applied,
Ira


> ---
>  doc/man/iblinkinfo.8.in     |    1 -
>  doc/rst/iblinkinfo.8.in.rst |    2 --
>  src/iblinkinfo.c            |    2 --
>  3 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/doc/man/iblinkinfo.8.in b/doc/man/iblinkinfo.8.in index
> cf7aad7..7f89ec5 100644
> --- a/doc/man/iblinkinfo.8.in
> +++ b/doc/man/iblinkinfo.8.in
> @@ -244,7 +244,6 @@ May be used several times (\-vv or \-v \-v \-v)  .sp
>  \fB\-V, \-\-version\fP     show the version info.
>  .sp
> -\fB\-R\fP (This option is obsolete and does nothing)  .SH EXIT STATUS  .sp
>  0 on success, \-1 on failure to scan the fabric, 1 if check mode is used and diff
> --git a/doc/rst/iblinkinfo.8.in.rst b/doc/rst/iblinkinfo.8.in.rst index
> bfdaada..ee2aefb 100644
> --- a/doc/rst/iblinkinfo.8.in.rst
> +++ b/doc/rst/iblinkinfo.8.in.rst
> @@ -109,8 +109,6 @@ Debugging flags
>  .. include:: common/opt_v.rst
>  .. include:: common/opt_V.rst
> 
> -**-R** (This option is obsolete and does nothing)
> -
>  EXIT STATUS
>  ===========
> 
> diff --git a/src/iblinkinfo.c b/src/iblinkinfo.c index deffbd1..92ff3c6 100644
> --- a/src/iblinkinfo.c
> +++ b/src/iblinkinfo.c
> @@ -629,8 +629,6 @@ int main(int argc, char **argv)
>  		 "Output only switches"},
>  		{"cas-only", 7, 0, NULL,
>  		 "Output only CAs"},
> -		{"GNDN", 'R', 0, NULL,
> -		 "(This option is obsolete and does nothing)"},
>  		{0}
>  	};
>  	char usage_args[] = "";
> --
> 1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/doc/man/iblinkinfo.8.in b/doc/man/iblinkinfo.8.in
index cf7aad7..7f89ec5 100644
--- a/doc/man/iblinkinfo.8.in
+++ b/doc/man/iblinkinfo.8.in
@@ -244,7 +244,6 @@  May be used several times (\-vv or \-v \-v \-v)
 .sp
 \fB\-V, \-\-version\fP     show the version info.
 .sp
-\fB\-R\fP (This option is obsolete and does nothing)
 .SH EXIT STATUS
 .sp
 0 on success, \-1 on failure to scan the fabric, 1 if check mode is used and
diff --git a/doc/rst/iblinkinfo.8.in.rst b/doc/rst/iblinkinfo.8.in.rst
index bfdaada..ee2aefb 100644
--- a/doc/rst/iblinkinfo.8.in.rst
+++ b/doc/rst/iblinkinfo.8.in.rst
@@ -109,8 +109,6 @@  Debugging flags
 .. include:: common/opt_v.rst
 .. include:: common/opt_V.rst
 
-**-R** (This option is obsolete and does nothing)
-
 EXIT STATUS
 ===========
 
diff --git a/src/iblinkinfo.c b/src/iblinkinfo.c
index deffbd1..92ff3c6 100644
--- a/src/iblinkinfo.c
+++ b/src/iblinkinfo.c
@@ -629,8 +629,6 @@  int main(int argc, char **argv)
 		 "Output only switches"},
 		{"cas-only", 7, 0, NULL,
 		 "Output only CAs"},
-		{"GNDN", 'R', 0, NULL,
-		 "(This option is obsolete and does nothing)"},
 		{0}
 	};
 	char usage_args[] = "";