]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
ibacm: remove old man pages
authorSean Hefty <sean.hefty@intel.com>
Mon, 3 May 2010 22:48:37 +0000 (15:48 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 3 May 2010 22:48:37 +0000 (15:48 -0700)
The libibacm library was removed from the IB ACM package.  Remove the
man pages associated with the library interface.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/ib_acm_resolve_ip.3 [deleted file]
man/ib_acm_resolve_name.3 [deleted file]
man/ib_acm_resolve_path.3 [deleted file]

diff --git a/man/ib_acm_resolve_ip.3 b/man/ib_acm_resolve_ip.3
deleted file mode 100644 (file)
index 43e7478..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-.TH "IB_ACM_RESOLVE_IP" 3 "2009-09-09" "libibacm" "Libibacm Programmer's Manual" libibacm
-.SH NAME
-ib_acm_resolve_ip \- Resolve path data between the specified addresses.
-.SH SYNOPSIS
-.B "#include <infiniband/ib_acm.h>"
-.P
-.B "int" ib_acm_resolve_ip
-.BI "(struct sockaddr *" src ","
-.BI "struct sockaddr *" dest ","
-.BI "struct ib_acm_path_data *" paths ","
-.BI "int *" count ","
-.BI "struct ib_acm_cm_data *" data ");"
-.SH ARGUMENTS
-.IP "src" 12
-Source address.
-.IP "dest" 12
-Destination address.
-.IP "paths" 12
-On success, returns path record information for the connection.
-.IP "count" 12
-On success, indicates the number of paths returned.
-.IP "data" 12
-On success, additional information required for IB CM communication.
-.SH "DESCRIPTION"
-Discover path information, including identifying the local device,
-between the given the source and destination addresses.
-.SH "NOTES"
-The source and destination addresses should match entries in acm_addr.cfg
-configuration files on their respective systems.  Typically, the
-source and destination addresses will refer to IP addresses assigned
-to an IPoIB instance.  The caller must free the returned paths array.
-.SH "SEE ALSO"
-ib_acm_resolve_name(3), ib_acm_resolve_path(3), ib_acm(7)
-
diff --git a/man/ib_acm_resolve_name.3 b/man/ib_acm_resolve_name.3
deleted file mode 100644 (file)
index 4b3ccf3..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.TH "IB_ACM_RESOLVE_NAME" 3 "2009-09-09" "libibacm" "Libibacm Programmer's Manual" libibacm
-.SH NAME
-ib_acm_resolve_name \- Resolve path data between the specified names.
-.SH SYNOPSIS
-.B "#include <infiniband/ib_acm.h>"
-.P
-.B "int" ib_acm_resolve_name
-.BI "(char *" src ","
-.BI "char *" dest ","
-.BI "struct ib_acm_path_data *" paths ","
-.BI "int *" count ","
-.BI "struct ib_acm_cm_data *" data ");"
-.SH ARGUMENTS
-.IP "src" 12
-Source system network name or host name.
-.IP "dest" 12
-Destination system network name or host name.
-.IP "paths" 12
-On success, returns path record information for the connection.
-.IP "count" 12
-On success, indicates the number of paths returned.
-.IP "data" 12
-On success, additional information required for IB CM communication.
-.SH "DESCRIPTION"
-Discover path information, including identifying the local device,
-between the given the source and destination names.
-.SH "NOTES"
-The source and destination names should match entries in acm_addr.cfg
-configuration files on their respective systems.  Typically, the
-source and destination names will refer to system host names
-assigned to an Infiniband port.  The caller must free the returned
-paths array.
-.SH "SEE ALSO"
-ib_acm_resolve_ip(3), ib_acm_resolve_path(3), ib_acm(7)
-
diff --git a/man/ib_acm_resolve_path.3 b/man/ib_acm_resolve_path.3
deleted file mode 100644 (file)
index fd13190..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-.TH "IB_ACM_RESOLVE_PATH" 3 "2009-09-09" "libibacm" "Libibacm Programmer's Manual" libibacm
-.SH NAME
-ib_acm_resolve_path \- Resolve path data meeting specified restrictions.
-.SH SYNOPSIS
-.B "#include <infiniband/ib_acm.h>"
-.P
-.B "int" ib_acm_resolve_path
-.BI "(struct ib_path_record *" path ","
-.BI "uint32_t " flags ");"
-.SH ARGUMENTS
-.IP "path" 12
-On input, provides path information used to restrict path resolution.  On
-output, contains the full path record.
-.IP "flags" 12
-If set to IB_ACM_FLAGS_QUERY_SA, the requested path data will be obtained
-by querying the SA directly.  Otherwise, cached data may be provided.
-.SH "DESCRIPTION"
-Discover path information using the provided path record to
-restrict the discovery.
-.SH "NOTES"
-Uses the provided path record as input into an query for path
-information.  If successful, fills in any missing information.  The
-caller must provide at least the source and destination LIDs as input.
-The returned path record may come from cached data.
-.SH "SEE ALSO"
-ib_acm_resolve_name(3), ib_acm_resolve_ip(3), ib_acm(7)
-