All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iblinkinfo: Remove "-R" option from man page
@ 2013-10-10 14:21 Dan Ben Yosef
       [not found] ` <20131010142112.GA22757-Kyg1NGsloJ8bMuq+TCmafCexzy7lsfyC@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Ben Yosef @ 2013-10-10 14:21 UTC (permalink / raw)
  To: Ira Weiny; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

remove "-R" option from iblinkinfo man

Signed-off-by: Dan Ben Yosef <danby-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] iblinkinfo: Remove "-R" option from man page
       [not found] ` <20131010142112.GA22757-Kyg1NGsloJ8bMuq+TCmafCexzy7lsfyC@public.gmane.org>
@ 2013-10-11  0:52   ` Weiny, Ira
  0 siblings, 0 replies; 2+ messages in thread
From: Weiny, Ira @ 2013-10-11  0:52 UTC (permalink / raw)
  To: Dan Ben Yosef; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

> -----Original Message-----
> From: Dan Ben Yosef [mailto:danby-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org]
> Sent: Thursday, October 10, 2013 7:21 AM
> To: Weiny, Ira
> Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Subject: [PATCH] iblinkinfo: Remove "-R" option from man page
> 
> remove "-R" option from iblinkinfo man
> 
> Signed-off-by: Dan Ben Yosef <danby-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-11  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-10 14:21 [PATCH] iblinkinfo: Remove "-R" option from man page Dan Ben Yosef
     [not found] ` <20131010142112.GA22757-Kyg1NGsloJ8bMuq+TCmafCexzy7lsfyC@public.gmane.org>
2013-10-11  0:52   ` Weiny, Ira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.