All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org>
To: Al Chu <chu11-i2BcT+NCU+M@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] libibnetdisc: remove man page of removed API
Date: Fri, 6 Nov 2009 19:00:24 +0200	[thread overview]
Message-ID: <20091106170024.GJ7192@me> (raw)
In-Reply-To: <1257190397.580.30.camel-X2zTWyBD0EhliZ7u+bvwcg@public.gmane.org>


Remove man page for removed ibnd_update_node() API. Also removing its
entry from library version script.

Signed-off-by: Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org>
---
 infiniband-diags/libibnetdisc/Makefile.am          |    3 +--
 .../libibnetdisc/man/ibnd_update_node.3            |   17 -----------------
 infiniband-diags/libibnetdisc/src/libibnetdisc.map |    1 -
 3 files changed, 1 insertions(+), 20 deletions(-)
 delete mode 100644 infiniband-diags/libibnetdisc/man/ibnd_update_node.3

diff --git a/infiniband-diags/libibnetdisc/Makefile.am b/infiniband-diags/libibnetdisc/Makefile.am
index 7085f14..636d142 100644
--- a/infiniband-diags/libibnetdisc/Makefile.am
+++ b/infiniband-diags/libibnetdisc/Makefile.am
@@ -44,8 +44,7 @@ man_MANS = man/ibnd_debug.3 \
 	man/ibnd_find_node_guid.3 \
 	man/ibnd_iter_nodes.3 \
 	man/ibnd_iter_nodes_type.3 \
-	man/ibnd_show_progress.3 \
-	man/ibnd_update_node.3
+	man/ibnd_show_progress.3
 
 EXTRA_DIST = $(srcdir)/src/libibnetdisc.map libibnetdisc.ver $(man_MANS)
 
diff --git a/infiniband-diags/libibnetdisc/man/ibnd_update_node.3 b/infiniband-diags/libibnetdisc/man/ibnd_update_node.3
deleted file mode 100644
index 472f3cd..0000000
--- a/infiniband-diags/libibnetdisc/man/ibnd_update_node.3
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH IBND_UPDATE_NODE 3  "July 25, 2008" "OpenIB" "OpenIB Programmer's Manual"
-.SH "NAME"
-ibnd_update_node \- Update the node specified with new data from the fabric.
-.SH "SYNOPSIS"
-.nf
-.B #include <infiniband/ibnetdisc.h>
-.sp
-.BI "ibnd_node_t *ibnd_update_node(ibnd_node_t *node)"
-.SH "DESCRIPTION"
-.B ibnd_update_node()
-Update the node info, port info, and node description of the node specified.
-.SH "RETURN VALUE"
-.B ibnd_update_node()
-Return NULL on failure, otherwise a valid ibnd_node_t object which is part of the fabric object.
-.SH "AUTHORS"
-.TP
-Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
diff --git a/infiniband-diags/libibnetdisc/src/libibnetdisc.map b/infiniband-diags/libibnetdisc/src/libibnetdisc.map
index bd108ab..13bb65a 100644
--- a/infiniband-diags/libibnetdisc/src/libibnetdisc.map
+++ b/infiniband-diags/libibnetdisc/src/libibnetdisc.map
@@ -5,7 +5,6 @@ IBNETDISC_1.0 {
 		ibnd_discover_fabric;
 		ibnd_destroy_fabric;
 		ibnd_find_node_guid;
-		ibnd_update_node;
 		ibnd_find_node_dr;
 		ibnd_is_xsigo_guid;
 		ibnd_is_xsigo_tca;
-- 
1.6.5.2

--
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

      parent reply	other threads:[~2009-11-06 17:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-02 19:33 [infiniband-diags] [PATCH] [1/2] remove ibnd_update_node Al Chu
     [not found] ` <1257190397.580.30.camel-X2zTWyBD0EhliZ7u+bvwcg@public.gmane.org>
2009-11-06 17:00   ` Sasha Khapyorsky
2009-11-06 17:00   ` Sasha Khapyorsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091106170024.GJ7192@me \
    --to=sashak-smomgflxvozwk0htik3j/w@public.gmane.org \
    --cc=chu11-i2BcT+NCU+M@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.