# HG changeset patch # User Rich Burridge # Date 1445604151 25200 # Node ID 2883c86b26b8f4d0e3067292fb8d39073f721c1a # Parent 3fb951baeb514065972c878c56af80263c37309d PSARC 2015/428 Normalization of Solaris man page section numbers 22074678 Normalize open-fabrics man pages diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/infiniband-diags/Makefile --- a/components/open-fabrics/infiniband-diags/Makefile Thu Oct 22 01:41:43 2015 -0700 +++ b/components/open-fabrics/infiniband-diags/Makefile Fri Oct 23 05:42:31 2015 -0700 @@ -38,7 +38,7 @@ include $(WS_MAKE_RULES)/configure.mk include ../ofed.mk -MAN1MFILES = set_nodedesc.sh.1m +MAN8FILES = set_nodedesc.sh.8 CFLAGS += -I$(PROTO_DIR)/usr/include/infiniband LIBS += -lsocket -lnsl -lopensm -losmvendor -losmcomp -libumad -libmad -libverbs -ldevinfo @@ -71,23 +71,23 @@ $(PROTOUSRBINDIR)/dump_mfts.sh\ $(PROTOUSRBINDIR)/ibidsverify.pl \ $(PROTOUSRBINDIR)/ibfindnodesusing.pl\ - $(PROTOMAN)/man1m/vendstat.1m \ - $(PROTOMAN)/man1m/dump_lfts.1m\ - $(PROTOMAN)/man1m/dump_mfts.1m \ - $(PROTOMAN)/man1m/ibidsverify.1m\ - $(PROTOMAN)/man1m/ibfindnodesusing.1m \ + $(PROTOMAN)/man8/vendstat.8 \ + $(PROTOMAN)/man8/dump_lfts.8 \ + $(PROTOMAN)/man8/dump_mfts.8 \ + $(PROTOMAN)/man8/ibidsverify.8 \ + $(PROTOMAN)/man8/ibfindnodesusing.8 \ $(PROTOUSRINCDIR)/infiniband/ibnetdisc.h\ COMPONENT_POST_INSTALL_ACTION =\ $(RM) $(CLEANUP_FILES);\ - $(INSTALL) -m 644 manpages/set_nodedesc.sh.1m $(PROTOMAN)/man1m + $(INSTALL) -m 644 manpages/set_nodedesc.sh.8 $(PROTOMAN)/man8 # common targets configure: $(CONFIGURE_32_and_64) build: $(BUILD_32_and_64) -install: $(INSTALL_32_and_64) #$(PROTOMAN1MFILES) +install: $(INSTALL_32_and_64) #$(PROTOMAN8FILES) test: $(NO_TESTS) diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/infiniband-diags/manpages/set_nodedesc.sh.1m --- a/components/open-fabrics/infiniband-diags/manpages/set_nodedesc.sh.1m Thu Oct 22 01:41:43 2015 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ -'\" t -.\" Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. -.\" Modified for Solaris to add the Solaris stability classification, -.\" and to add a note about source availability. -.\" -.TH SET_NODEDESC.SH 1M "4 April 2011" "USER COMMANDS" - -.SH "NAME" -set_nodedesc.sh \- Set/View Node Description String for Infiniband Host Controller Adapters (HCA)s -.SH "SYNOPSIS" -.PP -\fBset_nodedesc.sh\fR -.sp -\fBset_nodedesc.sh\fR -N <\fBCommonString\fR> -.sp -\fBset_nodedesc.sh\fR -H <\fBHCAString\fR> -G \fBGUID\fR -.sp -\fBset_nodedesc.sh\fR -H <\fBHCAString\fR> -G \fBGUID\fR -N <\fBCommonString\fR> -.sp -\fBset_nodedesc.sh\fR -v -.sp -.SH "DESCRIPTION" -The \fBset_nodedesc.sh\fR utility can be used to set or view Node description -strings for \fBInfiniBand(IB)\fR Host Controller \fBAdapters(HCA)\fR. The node -description string can consist of two parts : - - 1. Node Description String common to all HCAs. -.br - 2. Node Description String specific to an HCA. -.sp -The complete Node Description string will be : -.sp - -.sp -The common Node Description String is used if no HCA specific Node descr- -iption string is set. The Node Descriptor string from the HCA firmware -will be used if common node descriptor is not set. -.sp -\fBset_nodedesc.sh\fR called without arguments, sets the common node descriptor -string to the \fBhostname\fR(1M) of the system. The common Node descriptor string -can be set to a string other than the \fBhostname\fR(1M) using the -N option. -.sp -The HCA specific Node Description String can be set using the -H and -G -option. The Global Unique IDentifier (GUID) specified with -G identifies -the HCA to set the HCA specific Node Description string. The options --H and -G can be combined together with -N, to specify the common Node -description String. -.sp -The -v option can be used to view the Node descriptors for all HCAs on the -system. -.sp -.SH "EXAMPLES" -.TP -\fB1. Set Node descriptor string to hostname(1M) for all HCAs:\fR -.PP - set_nodedesc.sh -.PP -.nf -\fB2. Set Node descriptor string to string "test":\fR -.PP - #set_nodedesc.sh -N "test" -.PP -.nf -\fB3. Setting the HCA specific Node Description for HCA with\fR -\fB GUID 0x0002c903000008d0 to " hca_test" :\fR -.PP - #set_nodedesc.sh -H " hca_test" -G 0x0002c903000008d0 -.PP -.nf -\fB4. Setting the HCA specific Node Description for HCA with GUID\fR -\fB 0x0002c903000008d0 to " hca_test1" and set the common node\fR -\fB descriptor to "test1" :\fR -.PP - #set_nodedesc.sh -H " hca_test" -G 0x0002c903000008d0 -N "test1" -.PP -.nf -\fB5. Read all Node descriptiors :\fR -.PP - #set_nodedesc.sh -v -.PP -.nf -.sp -.SH "See Also" -.PP diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/infiniband-diags/manpages/set_nodedesc.sh.8 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/open-fabrics/infiniband-diags/manpages/set_nodedesc.sh.8 Fri Oct 23 05:42:31 2015 -0700 @@ -0,0 +1,84 @@ +'\" t +.\" Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +.\" Modified for Solaris to add the Solaris stability classification, +.\" and to add a note about source availability. +.\" +.TH SET_NODEDESC.SH 8 "21 Oct 2015" "USER COMMANDS" + +.SH "NAME" +set_nodedesc.sh \- Set/View Node Description String for Infiniband Host Controller Adapters (HCA)s +.SH "SYNOPSIS" +.PP +\fBset_nodedesc.sh\fR +.sp +\fBset_nodedesc.sh\fR -N <\fBCommonString\fR> +.sp +\fBset_nodedesc.sh\fR -H <\fBHCAString\fR> -G \fBGUID\fR +.sp +\fBset_nodedesc.sh\fR -H <\fBHCAString\fR> -G \fBGUID\fR -N <\fBCommonString\fR> +.sp +\fBset_nodedesc.sh\fR -v +.sp +.SH "DESCRIPTION" +The \fBset_nodedesc.sh\fR utility can be used to set or view Node description +strings for \fBInfiniBand(IB)\fR Host Controller \fBAdapters(HCA)\fR. The node +description string can consist of two parts : + + 1. Node Description String common to all HCAs. +.br + 2. Node Description String specific to an HCA. +.sp +The complete Node Description string will be : +.sp + +.sp +The common Node Description String is used if no HCA specific Node descr- +iption string is set. The Node Descriptor string from the HCA firmware +will be used if common node descriptor is not set. +.sp +\fBset_nodedesc.sh\fR called without arguments, sets the common node descriptor +string to the \fBhostname\fR(1) of the system. The common Node descriptor string +can be set to a string other than the \fBhostname\fR(1) using the -N option. +.sp +The HCA specific Node Description String can be set using the -H and -G +option. The Global Unique IDentifier (GUID) specified with -G identifies +the HCA to set the HCA specific Node Description string. The options +-H and -G can be combined together with -N, to specify the common Node +description String. +.sp +The -v option can be used to view the Node descriptors for all HCAs on the +system. +.sp +.SH "EXAMPLES" +.TP +\fB1. Set Node descriptor string to hostname(1) for all HCAs:\fR +.PP + set_nodedesc.sh +.PP +.nf +\fB2. Set Node descriptor string to string "test":\fR +.PP + #set_nodedesc.sh -N "test" +.PP +.nf +\fB3. Setting the HCA specific Node Description for HCA with\fR +\fB GUID 0x0002c903000008d0 to " hca_test" :\fR +.PP + #set_nodedesc.sh -H " hca_test" -G 0x0002c903000008d0 +.PP +.nf +\fB4. Setting the HCA specific Node Description for HCA with GUID\fR +\fB 0x0002c903000008d0 to " hca_test1" and set the common node\fR +\fB descriptor to "test1" :\fR +.PP + #set_nodedesc.sh -H " hca_test" -G 0x0002c903000008d0 -N "test1" +.PP +.nf +\fB5. Read all Node descriptiors :\fR +.PP + #set_nodedesc.sh -v +.PP +.nf +.sp +.SH "See Also" +.PP diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/infiniband-diags/patches/base.patch --- a/components/open-fabrics/infiniband-diags/patches/base.patch Thu Oct 22 01:41:43 2015 -0700 +++ b/components/open-fabrics/infiniband-diags/patches/base.patch Fri Oct 23 05:42:31 2015 -0700 @@ -86,7 +86,7 @@ +src_solaris_set_nodedesc_CFLAGS = -Wall $(DBGFLAGS) +src_solaris_set_nodedesc_LDFLAGS = + -+man8dir = $(mandir)/man1m ++man8dir = $(mandir)/man8 NROFF = nroff MANS = $(man_MANS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ @@ -174,7 +174,7 @@ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ -+ ext='1m'; \ ++ ext='8'; \ + inst=`echo $$inst | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ @@ -185,7 +185,7 @@ sed -n '/\.8[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ -+ ext='1m'; \ ++ ext='8'; \ + files=`echo $$files | sed -e 's/\\.[0-9a-z]*$$//'`; \ + files=`echo $$files | sed -e 's/^.*\///'`; \ + files=`echo $$files | sed '$(transform)'`.$$ext; \ @@ -855,783 +855,6 @@ /* HASH table defines */ #define HASHGUID(guid) ((uint32_t)(((uint32_t)(guid) * 101) ^ ((uint32_t)((guid) >> 32) * 103))) -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibstat.8 infiniband-diags-1.5.8/man/ibstat.8 ---- /tmp/infiniband-diags-1.5.8/man/ibstat.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibstat.8 Thu Feb 24 11:26:48 2011 -@@ -1,4 +1,4 @@ --.TH IBSTAT 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBSTAT 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibstat \- query basic status of InfiniBand device(s) -@@ -103,7 +103,7 @@ - ibstat mthca0 2 # show status of port 2 of 'mthca0' - - .SH SEE ALSO --.BR ibstatus (8) -+.BR ibstatus (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/vendstat.8 infiniband-diags-1.5.8/man/vendstat.8 ---- /tmp/infiniband-diags-1.5.8/man/vendstat.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/vendstat.8 Thu Feb 24 11:26:50 2011 -@@ -1,4 +1,4 @@ --.TH VENDSTAT 8 "February 10, 2010" "OpenIB" "OpenIB Diagnostics" -+.TH VENDSTAT 1m "February 10, 2010" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - vendstat \- query InfiniBand vendor specific functions -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckportstate.8 infiniband-diags-1.5.8/man/ibcheckportstate.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckportstate.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckportstate.8 Thu Feb 24 11:26:42 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKPORTSTATE 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKPORTSTATE 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckportstate \- validate IB port for LinkUp and not Active state -@@ -35,8 +35,8 @@ - ibcheckportstate 2 3 # check lid 2 port 3 - - .SH SEE ALSO --.BR smpquery(8), --.BR ibaddr(8) -+.BR smpquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibnodes.8 infiniband-diags-1.5.8/man/ibnodes.8 ---- /tmp/infiniband-diags-1.5.8/man/ibnodes.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibnodes.8 Thu Feb 24 11:26:46 2011 -@@ -1,4 +1,4 @@ --.TH IBNODES 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBNODES 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibnodes \- show InfiniBand nodes in topology -@@ -23,7 +23,7 @@ - \-t override the default timeout for the solicited mads. - .SH SEE ALSO - --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibchecknode.8 infiniband-diags-1.5.8/man/ibchecknode.8 ---- /tmp/infiniband-diags-1.5.8/man/ibchecknode.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibchecknode.8 Thu Feb 24 11:26:42 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKNODE 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKNODE 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibchecknode \- validate IB node and report errors -@@ -34,8 +34,8 @@ - ibchecknode 2 # check node via lid 2 - - .SH SEE ALSO --.BR smpquery(8), --.BR ibaddr(8) -+.BR smpquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckport.8 infiniband-diags-1.5.8/man/ibcheckport.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckport.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckport.8 Thu Feb 24 11:26:42 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKPORT 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKPORT 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckport \- validate IB port and report errors -@@ -34,8 +34,8 @@ - ibcheckport 2 3 # check lid 2 port 3 - - .SH SEE ALSO --.BR smpquery(8), --.BR ibaddr(8) -+.BR smpquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckstate.8 infiniband-diags-1.5.8/man/ibcheckstate.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckstate.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckstate.8 Thu Feb 24 11:26:43 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKSTATE 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKSTATE 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckstate \- find ports in IB subnet which are link up but not active -@@ -26,9 +26,9 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR ibchecknode(8), --.BR ibcheckportstate(8) -+.BR ibnetdiscover(1m), -+.BR ibchecknode(1m), -+.BR ibcheckportstate(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/smpquery.8 infiniband-diags-1.5.8/man/smpquery.8 ---- /tmp/infiniband-diags-1.5.8/man/smpquery.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/smpquery.8 Thu Feb 24 11:26:50 2011 -@@ -1,4 +1,4 @@ --.TH SMPQUERY 8 "March 14, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH SMPQUERY 1m "March 14, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - smpquery \- query InfiniBand subnet management attributes -@@ -34,7 +34,7 @@ - \fB\-\-node\-name\-map\fR - Specify a node name map. The node name map file maps GUIDs to more - user friendly names. See --.B ibnetdiscover(8) -+.B ibnetdiscover(1m) - for node name map file format. - - .SH COMMON OPTIONS -@@ -108,7 +108,7 @@ - smpquery -c nodeinfo 6 0,12 # nodeinfo by combined route - - .SH SEE ALSO --.BR smpdump (8) -+.BR smpdump (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckerrors.8 infiniband-diags-1.5.8/man/ibcheckerrors.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckerrors.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckerrors.8 Thu Feb 24 11:26:41 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKERRORS 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKERRORS 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckerrors \- validate IB subnet and report errors -@@ -30,10 +30,10 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR ibchecknode(8), --.BR ibcheckport(8), --.BR ibcheckerrs(8) -+.BR ibnetdiscover(1m), -+.BR ibchecknode(1m), -+.BR ibcheckport(1m), -+.BR ibcheckerrs(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibprintca.8 infiniband-diags-1.5.8/man/ibprintca.8 ---- /tmp/infiniband-diags-1.5.8/man/ibprintca.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibprintca.8 Thu Feb 24 11:26:47 2011 -@@ -1,4 +1,4 @@ --.TH IBPRINTCA 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBPRINTCA 1m "May 31, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibprintca.pl \- print either the ca specified or the list of cas from the ibnetdiscover output -diff -r -u /tmp/infiniband-diags-1.5.8/man/sminfo.8 infiniband-diags-1.5.8/man/sminfo.8 ---- /tmp/infiniband-diags-1.5.8/man/sminfo.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/sminfo.8 Thu Feb 24 11:26:50 2011 -@@ -1,4 +1,4 @@ --.TH SMINFO 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH SMINFO 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - sminfo \- query InfiniBand SMInfo attribute -@@ -99,7 +99,7 @@ - sminfo -G 0x8f1040023 # same but using guid address - - .SH SEE ALSO --.BR smpdump (8) -+.BR smpdump (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibdiscover.8 infiniband-diags-1.5.8/man/ibdiscover.8 ---- /tmp/infiniband-diags-1.5.8/man/ibdiscover.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibdiscover.8 Thu Feb 24 11:26:44 2011 -@@ -1,4 +1,4 @@ --.TH IBDISCOVER.PL 8 "September 21, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBDISCOVER.PL 1m "September 21, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibdiscover.pl \- annotate and compare InfiniBand topology -@@ -42,7 +42,7 @@ - ibnetdiscover | ibdiscover.pl - - .SH SEE ALSO --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/iblinkinfo.8 infiniband-diags-1.5.8/man/iblinkinfo.8 ---- /tmp/infiniband-diags-1.5.8/man/iblinkinfo.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/iblinkinfo.8 Fri Feb 25 03:09:26 2011 -@@ -1,4 +1,4 @@ --.TH IBLINKINFO 8 "Jan 24, 2008" "OpenIB" "OpenIB Diagnostics" -+.TH IBLINKINFO 1m "Jan 24, 2008" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - iblinkinfo \- report link info for all links in the fabric -diff -r -u /tmp/infiniband-diags-1.5.8/man/dump_mfts.8 infiniband-diags-1.5.8/man/dump_mfts.8 ---- /tmp/infiniband-diags-1.5.8/man/dump_mfts.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/dump_mfts.8 Thu Feb 24 11:26:41 2011 -@@ -1,4 +1,4 @@ --.TH DUMP_MFTS.SH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH DUMP_MFTS.SH 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - dump_lfts.sh \- dump InfiniBand multicast forwarding tables -@@ -34,10 +34,10 @@ - - - .SH SEE ALSO --.BR dump_lfts(8), --.BR ibroute(8), --.BR ibswitches(8), --.BR opensm(8) -+.BR dump_lfts(1m), -+.BR ibroute(1m), -+.BR ibswitches(1m), -+.BR opensm(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibclearerrors.8 infiniband-diags-1.5.8/man/ibclearerrors.8 ---- /tmp/infiniband-diags-1.5.8/man/ibclearerrors.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibclearerrors.8 Thu Feb 24 11:26:44 2011 -@@ -1,4 +1,4 @@ --.TH IBCLEARERRORS 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCLEARERRORS 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibclearerrors \- clear error counters in IB subnet -@@ -25,8 +25,8 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR perfquery(8) -+.BR ibnetdiscover(1m), -+.BR perfquery(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibhosts.8 infiniband-diags-1.5.8/man/ibhosts.8 ---- /tmp/infiniband-diags-1.5.8/man/ibhosts.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibhosts.8 Thu Feb 24 11:26:45 2011 -@@ -1,4 +1,4 @@ --.TH IBHOSTS 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBHOSTS 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibhosts \- show InfiniBand host nodes in topology -@@ -23,7 +23,7 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckportwidth.8 infiniband-diags-1.5.8/man/ibcheckportwidth.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckportwidth.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckportwidth.8 Thu Feb 24 11:26:43 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKPORTWIDTH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKPORTWIDTH 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckportwidth \- validate IB port for 1x link width -@@ -34,8 +34,8 @@ - ibcheckportwidth 2 3 # check lid 2 port 3 - - .SH SEE ALSO --.BR smpquery(8), --.BR ibaddr(8) -+.BR smpquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/check_lft_balance.8 infiniband-diags-1.5.8/man/check_lft_balance.8 ---- /tmp/infiniband-diags-1.5.8/man/check_lft_balance.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/check_lft_balance.8 Thu Feb 24 11:26:40 2011 -@@ -1,4 +1,4 @@ --.TH CHECK_LFT_BALANCE.SH 8 "March 1, 2008" "OpenIB" "OpenIB Diagnostics" -+.TH CHECK_LFT_BALANCE.SH 1m "March 1, 2008" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - check_lft_balance.sh \- check InfiniBand unicast forwarding tables balance -@@ -12,9 +12,9 @@ - .PP - check_lft_balance.sh is a script which checks for balancing in Infiniband - unicast forwarding tables. It analyzes the output of --.BR dump_lfts(8) -+.BR dump_lfts(1m) - and --.BR iblinkinfo(8). -+.BR iblinkinfo(1m). - - .SH OPTIONS - -@@ -33,8 +33,8 @@ - verbose output - - .SH SEE ALSO --.BR dump_lfts(8), --.BR iblinkinfo(8) -+.BR dump_lfts(1m), -+.BR iblinkinfo(1m) - - .SH AUTHORS - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibidsverify.8 infiniband-diags-1.5.8/man/ibidsverify.8 ---- /tmp/infiniband-diags-1.5.8/man/ibidsverify.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibidsverify.8 Thu Feb 24 11:26:45 2011 -@@ -1,4 +1,4 @@ --.TH IBIDSVERIFY 8 "June 1, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBIDSVERIFY 1m "June 1, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibidsverify.pl \- validate IB identifiers in subnet and report errors -@@ -28,7 +28,7 @@ - fabric has changed. - - .SH SEE ALSO --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibqueryerrors.8 infiniband-diags-1.5.8/man/ibqueryerrors.8 ---- /tmp/infiniband-diags-1.5.8/man/ibqueryerrors.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibqueryerrors.8 Thu Feb 24 11:26:47 2011 -@@ -1,4 +1,4 @@ --.TH IBQUERYERRORS 8 "Dec 31, 2009" "OpenIB" "OpenIB Diagnostics" -+.TH IBQUERYERRORS 1m "Dec 31, 2009" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibqueryerrors \- query and report non-zero IB port counters -diff -r -u /tmp/infiniband-diags-1.5.8/man/dump_lfts.8 infiniband-diags-1.5.8/man/dump_lfts.8 ---- /tmp/infiniband-diags-1.5.8/man/dump_lfts.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/dump_lfts.8 Thu Feb 24 11:26:40 2011 -@@ -1,4 +1,4 @@ --.TH DUMP_LFTS.SH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH DUMP_LFTS.SH 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - dump_lfts.sh \- dump InfiniBand unicast forwarding tables -@@ -37,10 +37,10 @@ - override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR dump_mfts(8), --.BR ibroute(8), --.BR ibswitches(8), --.BR opensm(8) -+.BR dump_mfts(1m), -+.BR ibroute(1m), -+.BR ibswitches(1m), -+.BR opensm(1m) - - .SH AUTHORS - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibnetdiscover.8 infiniband-diags-1.5.8/man/ibnetdiscover.8 ---- /tmp/infiniband-diags-1.5.8/man/ibnetdiscover.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibnetdiscover.8 Thu Feb 24 11:26:46 2011 -@@ -1,4 +1,4 @@ --.TH IBNETDISCOVER 8 "May 13, 2009" "OpenIB" "OpenIB Diagnostics" -+.TH IBNETDISCOVER 1m "May 13, 2009" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibnetdiscover \- discover InfiniBand topology -diff -r -u /tmp/infiniband-diags-1.5.8/man/saquery.8 infiniband-diags-1.5.8/man/saquery.8 ---- /tmp/infiniband-diags-1.5.8/man/saquery.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/saquery.8 Thu Feb 24 11:26:50 2011 -@@ -1,4 +1,4 @@ --.TH SAQUERY 8 "October 19, 2008" "OpenIB" "OpenIB Diagnostics" -+.TH SAQUERY 1m "October 19, 2008" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - saquery \- query InfiniBand subnet administration attributes -@@ -99,7 +99,7 @@ - \fB\-\-node\-name\-map\fR - Specify a node name map. The node name map file maps GUIDs to more - user friendly names. See --.B ibnetdiscover(8) -+.B ibnetdiscover(1m) - for node name map file format. Only used with the \fB\-O\fR and \fB\-U\fR - options. - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibtracert.8 infiniband-diags-1.5.8/man/ibtracert.8 ---- /tmp/infiniband-diags-1.5.8/man/ibtracert.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibtracert.8 Fri Feb 25 03:09:26 2011 -@@ -1,4 +1,4 @@ --.TH IBTRACERT 8 "September 14, 2010" "OpenIB" "OpenIB Diagnostics" -+.TH IBTRACERT 1m "September 14, 2010" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibtracert\- trace InfiniBand path -@@ -31,7 +31,7 @@ - \fB\-\-node\-name\-map\fR - Specify a node name map. The node name map file maps GUIDs to more - user friendly names. See --.B ibnetdiscover(8) -+.B ibnetdiscover(1m) - for node name map file format. - - .SH COMMON OPTIONS -@@ -97,7 +97,7 @@ - ibtracert -m 0xc000 4 16 # show multicast path of mlid 0xc000 between lids 4 and 16 - - .SH SEE ALSO --.BR ibroute (8) -+.BR ibroute (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibaddr.8 infiniband-diags-1.5.8/man/ibaddr.8 ---- /tmp/infiniband-diags-1.5.8/man/ibaddr.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibaddr.8 Thu Feb 24 11:26:41 2011 -@@ -1,4 +1,4 @@ --.TH IBADDR 8 "June 18, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBADDR 1m "June 18, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibaddr \- query InfiniBand address(es) -@@ -102,8 +102,8 @@ - ibaddr -g 32 # show gid address only - - .SH SEE ALSO --.BR ibroute (8), --.BR ibtracert (8) -+.BR ibroute (1m), -+.BR ibtracert (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/perfquery.8 infiniband-diags-1.5.8/man/perfquery.8 ---- /tmp/infiniband-diags-1.5.8/man/perfquery.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/perfquery.8 Thu Feb 24 11:26:49 2011 -@@ -1,4 +1,4 @@ --.TH PERFQUERY 8 "Jun 16, 2010" "OpenIB" "OpenIB Diagnostics" -+.TH PERFQUERY 1m "Jun 16, 2010" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - perfquery \- query InfiniBand port counters -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibroute.8 infiniband-diags-1.5.8/man/ibroute.8 ---- /tmp/infiniband-diags-1.5.8/man/ibroute.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibroute.8 Thu Feb 24 11:26:47 2011 -@@ -1,4 +1,4 @@ --.TH IBROUTE 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBROUTE 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibroute \- query InfiniBand switch forwarding tables -@@ -114,7 +114,7 @@ - ibroute -M -n 4 # simple dump format - - .SH SEE ALSO --.BR ibtracert (8) -+.BR ibtracert (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibsysstat.8 infiniband-diags-1.5.8/man/ibsysstat.8 ---- /tmp/infiniband-diags-1.5.8/man/ibsysstat.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibsysstat.8 Thu Feb 24 11:26:49 2011 -@@ -1,4 +1,4 @@ --.TH IBSYSSTAT 8 "August 11, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBSYSSTAT 1m "August 11, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibsysstat \- system status on an InfiniBand address -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckwidth.8 infiniband-diags-1.5.8/man/ibcheckwidth.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckwidth.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckwidth.8 Thu Feb 24 11:26:43 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKWIDTH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKWIDTH 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckwidth \- find 1x links in IB subnet -@@ -26,9 +26,9 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR ibchecknode(8), --.BR ibcheckportwidth(8) -+.BR ibnetdiscover(1m), -+.BR ibchecknode(1m), -+.BR ibcheckportwidth(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcacheedit.8 infiniband-diags-1.5.8/man/ibcacheedit.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcacheedit.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcacheedit.8 Thu Feb 24 11:26:41 2011 -@@ -1,4 +1,4 @@ --.TH IBCACHEEDIT 8 "Apr 15, 2010" "OpenIB" "OpenIB Diagnostics" -+.TH IBCACHEEDIT 1m "Apr 15, 2010" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcacheedit \- edit an ibnetdiscover cache -@@ -13,7 +13,7 @@ - .PP - ibcacheedit allows users to edit an ibnetdiscover cache created through the - \fB\-\-cache\fR option in --.B ibnetdiscover(8). -+.B ibnetdiscover(1m). - - .SH OPTIONS - -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibswitches.8 infiniband-diags-1.5.8/man/ibswitches.8 ---- /tmp/infiniband-diags-1.5.8/man/ibswitches.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibswitches.8 Thu Feb 24 11:26:48 2011 -@@ -1,4 +1,4 @@ --.TH IBSWITCHES 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBSWITCHES 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibswitches\- show InfiniBand switch nodes in topology -@@ -23,7 +23,7 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibfindnodesusing.8 infiniband-diags-1.5.8/man/ibfindnodesusing.8 ---- /tmp/infiniband-diags-1.5.8/man/ibfindnodesusing.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibfindnodesusing.8 Thu Feb 24 11:26:45 2011 -@@ -1,4 +1,4 @@ --.TH IBFINDNODESUSING 8 "May 22, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBFINDNODESUSING 1m "May 22, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibfindnodesusing.pl \- find a list of end nodes which are routed through -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibprintrt.8 infiniband-diags-1.5.8/man/ibprintrt.8 ---- /tmp/infiniband-diags-1.5.8/man/ibprintrt.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibprintrt.8 Thu Feb 24 11:26:47 2011 -@@ -1,4 +1,4 @@ --.TH IBPRINTRT 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBPRINTRT 1m "May 31, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibprintrt.pl \- print either only the router specified or a list of routers -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibswportwatch.8 infiniband-diags-1.5.8/man/ibswportwatch.8 ---- /tmp/infiniband-diags-1.5.8/man/ibswportwatch.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibswportwatch.8 Thu Feb 24 11:26:49 2011 -@@ -1,4 +1,4 @@ --.TH IBSWPORTWATCH 8 "September 27, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBSWPORTWATCH 1m "September 27, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibswportwatch.pl \- poll the counters on the specified switch/port and -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibprintswitch.8 infiniband-diags-1.5.8/man/ibprintswitch.8 ---- /tmp/infiniband-diags-1.5.8/man/ibprintswitch.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibprintswitch.8 Thu Feb 24 11:26:47 2011 -@@ -1,4 +1,4 @@ --.TH IBPRINTSWITCH 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBPRINTSWITCH 1m "May 31, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibprintswitch.pl \- print either the switch specified or a list of switches -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibchecknet.8 infiniband-diags-1.5.8/man/ibchecknet.8 ---- /tmp/infiniband-diags-1.5.8/man/ibchecknet.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibchecknet.8 Thu Feb 24 11:26:42 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKNET 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKNET 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibchecknet \- validate IB subnet and report errors -@@ -25,10 +25,10 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR ibchecknode(8), --.BR ibcheckport(8), --.BR ibcheckerrs(8) -+.BR ibnetdiscover(1m), -+.BR ibchecknode(1m), -+.BR ibcheckport(1m), -+.BR ibcheckerrs(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibclearcounters.8 infiniband-diags-1.5.8/man/ibclearcounters.8 ---- /tmp/infiniband-diags-1.5.8/man/ibclearcounters.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibclearcounters.8 Thu Feb 24 11:26:44 2011 -@@ -1,4 +1,4 @@ --.TH IBCLEARCOUNTERS 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCLEARCOUNTERS 1m "May 21, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibclearcounters \- clear port counters in IB subnet -@@ -21,8 +21,8 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR perfquery(8) -+.BR ibnetdiscover(1m), -+.BR perfquery(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibdatacounters.8 infiniband-diags-1.5.8/man/ibdatacounters.8 ---- /tmp/infiniband-diags-1.5.8/man/ibdatacounters.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibdatacounters.8 Thu Feb 24 11:26:44 2011 -@@ -1,4 +1,4 @@ --.TH IBDATACOUNTERS 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBDATACOUNTERS 1m "May 31, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibdatacounters \- query IB subnet for data counters -@@ -30,8 +30,8 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8), --.BR ibdatacounts(8) -+.BR ibnetdiscover(1m), -+.BR ibdatacounts(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibping.8 infiniband-diags-1.5.8/man/ibping.8 ---- /tmp/infiniband-diags-1.5.8/man/ibping.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibping.8 Thu Feb 24 11:26:46 2011 -@@ -1,4 +1,4 @@ --.TH IBPING 8 "August 11, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBPING 1m "August 11, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibping \- ping an InfiniBand address -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibcheckerrs.8 infiniband-diags-1.5.8/man/ibcheckerrs.8 ---- /tmp/infiniband-diags-1.5.8/man/ibcheckerrs.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibcheckerrs.8 Thu Feb 24 11:26:42 2011 -@@ -1,4 +1,4 @@ --.TH IBCHECKERRS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBCHECKERRS 1m "May 30, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibcheckerrs \- validate IB port (or node) and report errors in counters above threshold -@@ -50,8 +50,8 @@ - ibcheckerrs -T xxx 2 # check node using xxx threshold file - - .SH SEE ALSO --.BR perfquery(8), --.BR ibaddr(8) -+.BR perfquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/smpdump.8 infiniband-diags-1.5.8/man/smpdump.8 ---- /tmp/infiniband-diags-1.5.8/man/smpdump.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/smpdump.8 Thu Feb 24 11:26:50 2011 -@@ -1,4 +1,4 @@ --.TH SMPDUMP 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH SMPDUMP 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - smpdump \- dump InfiniBand subnet management attributes -@@ -91,7 +91,7 @@ - smpdump 0xa0 0x11 # NODE INFO, lid 0xa0 - - .SH SEE ALSO --.BR smpquery (8) -+.BR smpquery (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibrouters.8 infiniband-diags-1.5.8/man/ibrouters.8 ---- /tmp/infiniband-diags-1.5.8/man/ibrouters.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibrouters.8 Thu Feb 24 11:26:48 2011 -@@ -1,4 +1,4 @@ --.TH IBROUTERS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBROUTERS 1m "May 30, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibrouters \- show InfiniBand router nodes in topology -@@ -23,7 +23,7 @@ - \-t override the default timeout for the solicited mads. - - .SH SEE ALSO --.BR ibnetdiscover(8) -+.BR ibnetdiscover(1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibportstate.8 infiniband-diags-1.5.8/man/ibportstate.8 ---- /tmp/infiniband-diags-1.5.8/man/ibportstate.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibportstate.8 Thu Feb 24 11:26:46 2011 -@@ -1,4 +1,4 @@ --.TH IBPORTSTATE 8 "Jan 13, 2010" "OpenIB" "OpenIB Diagnostics" -+.TH IBPORTSTATE 1m "Jan 13, 2010" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibportstate \- handle port (physical) state and link speed of an InfiniBand port -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibstatus.8 infiniband-diags-1.5.8/man/ibstatus.8 ---- /tmp/infiniband-diags-1.5.8/man/ibstatus.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibstatus.8 Thu Feb 24 11:26:48 2011 -@@ -1,4 +1,4 @@ --.TH IBSTATUS 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics" -+.TH IBSTATUS 1m "July 25, 2006" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibstatus \- query basic status of InfiniBand device(s) -@@ -33,7 +33,7 @@ - ibstatus mthca1:1 mthca0:2 # show status of specified ports - - .SH SEE ALSO --.BR ibstat (8) -+.BR ibstat (1m) - - .SH AUTHOR - .TP -diff -r -u /tmp/infiniband-diags-1.5.8/man/ibdatacounts.8 infiniband-diags-1.5.8/man/ibdatacounts.8 ---- /tmp/infiniband-diags-1.5.8/man/ibdatacounts.8 Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/man/ibdatacounts.8 Thu Feb 24 11:26:44 2011 -@@ -1,4 +1,4 @@ --.TH IBDATACOUNTS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics" -+.TH IBDATACOUNTS 1m "May 30, 2007" "OpenIB" "OpenIB Diagnostics" - - .SH NAME - ibdatacounts \- get IB port data counters -@@ -39,8 +39,8 @@ - ibdatacounts 2 4 # show data counters for lid 2 port 4 - - .SH SEE ALSO --.BR perfquery(8), --.BR ibaddr(8) -+.BR perfquery(1m), -+.BR ibaddr(1m) - - .SH AUTHOR - .TP diff -r -u /tmp/infiniband-diags-1.5.8/configure infiniband-diags-1.5.8/configure --- /tmp/infiniband-diags-1.5.8/configure Wed Feb 16 02:28:21 2011 +++ infiniband-diags-1.5.8/configure Fri Feb 25 03:09:23 2011 @@ -1643,18 +866,6 @@ ;; sunos4*) -diff -r -u /tmp/infiniband-diags-1.5.8/infiniband-diags.spec.in infiniband-diags-1.5.8/infiniband-diags.spec.in ---- /tmp/infiniband-diags-1.5.8/infiniband-diags.spec.in Wed Feb 16 02:13:21 2011 -+++ infiniband-diags-1.5.8/infiniband-diags.spec.in Thu Feb 24 11:26:32 2011 -@@ -52,7 +52,7 @@ - %{_includedir}/infiniband/*.h - %define _perldir %(perl -e 'use Config; $T=$Config{installsitearch}; $T=~/(.*)\\/site_perl.*/; print $1;') - %{_perldir}/* --%{_mandir}/man8/* -+%{_mandir}/man1m/* - %{_mandir}/man3/* - %doc README COPYING ChangeLog - diff -r -u /tmp/infiniband-diags-1.5.8/src/ibsysstat.c infiniband-diags-1.5.8/src/ibsysstat.c --- /tmp/infiniband-diags-1.5.8/src/ibsysstat.c Wed Feb 16 02:13:21 2011 +++ infiniband-diags-1.5.8/src/ibsysstat.c Wed Oct 5 09:27:26 2011 diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/libsdp/Makefile --- a/components/open-fabrics/libsdp/Makefile Thu Oct 22 01:41:43 2015 -0700 +++ b/components/open-fabrics/libsdp/Makefile Fri Oct 23 05:42:31 2015 -0700 @@ -39,7 +39,7 @@ include ../ofed.mk MAN3FILES = libsdp.3lib -MAN4FILES = libsdp.conf.4 +MAN5FILES = libsdp.conf.5 SUFFIX.64 = $(MACH64) @@ -57,7 +57,7 @@ COMPONENT_PREP_ACTION = \ $(MKDIR) $(@D)/man ; \ - cp manpages/$(MAN3FILES) manpages/$(MAN4FILES) $(@D)/man ; \ + cp manpages/$(MAN3FILES) manpages/$(MAN5FILES) $(@D)/man ; \ COMPONENT_POST_INSTALL_ACTION=\ $(RM) $(CLEANUP_FILES);\ diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/libsdp/manpages/libsdp.conf.4 --- a/components/open-fabrics/libsdp/manpages/libsdp.conf.4 Thu Oct 22 01:41:43 2015 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,310 +0,0 @@ -'\" te -.TH libsdp.conf 4 "20 Jun 2010" -.SH NAME -libsdp.conf \- configuration file for libsdp(3LIB) -.SH SYNOPSIS -.LP -.nf -/etc/libsdp.conf -.fi - -.SH DESCRIPTION -.sp -.LP -The \fB/etc/libsdp.conf\fR file is the configuration file for libsdp(3LIB), and is used to select which sockets will be using SDP and which will not. -There are 2 main types of statements supported by this configuration file: -.TP -\fB\ "use") -which defines the address family to be used for the sockets that match the line -.TP -\fB\ "log") -for setting logging related configuration. As the log settings takes immidiate effect we define these at the beggining of the file. - -.SH DEAFUALT SETTINGS: -Get errors printed into the files /tmp/libsdp.log. -or /var/log/ for root: -.sp -.in +2 -.nf - -log min-level 9 destination file libsdp.log -.fi -.in -2 - -By default we let all servers and client try SDP first. -to exclude SDP add "use tcp" rules before these defaults. -.sp -.in +2 -.nf -use both server * *:* -use both client * *:* -.fi -.in -2 - -.SS LOG CONFIGURATION: -The log directive allows the user to specify which and where debug and error -messages get sent. The log statement format is: -.sp -.in +2 -.nf -log [destination stderr|syslog|file ] [min-level <1-9>] -.fi -.in -2 -.sp -.LP -The fields are defined as follows: -.sp -.ne 2 -.mk -.na -\fB\fIdestination\fR\fR -.ad -.sp .6 -.RS 4n -defines the destination of the log messages: -.TP 5 -\fB\ "stderr") -messages will be forwarded to the stderr - -.TP 5 -\fB\ "syslog") -messages sent to the syslog service - -.TP 5 -\fB\ "file ") -messages will be written to the file /var/log/ for root. -for regular user, if full path is requsted . -or /tmp/. if no path is requested -.RE -.ne 2 -.mk -.na -\fB\fImin-level\fR\fR -.ad -.sp .6 -.RS 4n -defines the verbosity of the log: -.TP 5 -\fB\9) -only errors are printed -.TP 5 -\fB\8) -warnings -.TP 5 -\fB\7) -connect and listen summary (useful for tracking SDP usage) -.TP 5 -\fB\4) -positive match summary (useful for config file debug) -.TP 5 -\fB\3) -negative match summary (useful for config file debug) -.TP 5 -\fB\2) -function calls and return values -.TP 5 -\fB\1) -debug messages - -.SH SOCKET ADDRESS FAMILY CONTROL - -The socket control statements allows the user to specify when libsdp will -replace AF_INET_SDP/SOCK_STREAM sockets with AF_SDP/SOCK_STREAM -sockets. Each control statement specifies a matching rule that all its -subexpressions must evaluate as true (logical and) to apply. -.PP -The statements that control which type of sockets to open are made -of the following: - -.sp -.in +2 -.nf -use : -.fi -.in -2 -.PP -where - -.ne 2 -.mk -.na -\fB\fI\fR\fR -.ad -.sp .6 -.RS 4n -can be one of: -.TP 5 -\fB\ "sdp") -for specifying when an SDP should be used -.TP 5 -\fB\ "tcp") -for specifying when SDP socket should not be matched -.TP 5 -\fB\ "both") -for specifying when both SDP and AF_INET sockets should be used. -.PP -Note: that "both" semantics is different between "server" and "client" roles: -For a "server" is means that the server will be listening on both sdp and tcp -For a "client" the connect will prefer using sdp but will silently -fall back to tcp if the sdp connection failed. -.RE - -.ne 2 -.mk -.na -\fB\fI\fR\fR -.ad -.sp .6 -.RS 4n -can be one of: -.TP 5 -\fB\ "server" or "listen") -for defining the listening port address family -.TP 5 -\fB\ "client" or "connect") -for defining the connected port address family -.RE - - -.ne 2 -.mk -.na -\fB\fI\fR\fR -.ad -.sp .6 -.RS 4n -Defines the program name (not including the path) the rule applies to. -Wildcards with same semantics as "ls" are supported (* and ?). -So db2* would match on any program with a name starting with db2. -t?cp would match on ttcp, etc. -If not provided (default) the statement matches all programs. -.RE - -.ne 2 -.mk -.na -\fB\fI\fR\fR -.ad -.sp .6 -.RS 4n -Either the local address the server is bound to or the remote server -address the client connects to. Syntax for address matching is: -.PP -[/]|* -.PP -IPv4 address = [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ each sub number < 255 -.PP -prefix_length = [0-9]+ and with value <= 32. A prefix_length of 24 -matches the subnet mask 255.255.255.0 . A prefix_length of 32 -requires matching of the exact IP. -.RE - -.ne 2 -.mk -.na -\fB\fI\fR\fR -.ad -.sp .6 -.RS 4n -start-port[-end-port] where port numbers are >0 and < 65536 -.RE -.PP -Rules are evaluated in order of definition. So the first match wins. -If no match is made libsdp will default to "both". -.SH EXAMPLES -.HP -LOG CONFIGURATION: -.Br -.br -.PP -.LP - - -.TP 1 -\fB\ Example 1: -Get SDP usage per connect and listen into stderr -.sp -.in +5 -log min-level 7 destination stderr -.nf -.in -5 - -.TP 1 -\fB\ Example 2: -Send errors only into syslog -.sp -.in +5 -log min-level 9 destination syslog -.nf -.in -5 -.RE - -.HP -SOCKET ADDRESS FAMILY CONTROL - -.TP 1 -\fB\ Example 1: -Use SDP by clients connecting to machines that belongs to subnet 192.168.1.* -.sp -.in +5 -.nf -# family role program address:port[-range] -use sdp connect * 192.168.1.0/24:* -.in -5 - -.TP 1 -\fB\ Example 2: -Use SDP by ttcp when it connects to port 5001 of any machine -.sp -.in +5 -.nf -# family role program address:port[-range] -use sdp listen ttcp *:5001 -.in -5 - -.TP 1 -\fB\ Example 3: -Use TCP for any program with name starting with ttcp* serving ports 22 to -25 -.sp -.in +5 -.nf -# family role program address:port[-range] -use tcp server ttcp* *:22-25 -.in -5 - -.TP 1 -\fB\ Example 4: -Listen on both TCP and SDP by any server that listen on port 8080 -.sp -.in +5 -.nf -# family role program address:port[-range] -use both server * *:8080 -.in -5 - -.TP 1 -\fB\ Example 5: -Connect ssh through SDP and fallback to TCP to hosts on 11.4.8.* port 22 -.sp -.in +5 -.nf -# family role program address:port[-range] -use both connect * 11.4.8.0/24:22 -.in -5 - -.RE -.PP - -NOTE: If all "use" rules are commented SDP will take "simple SDP" -mode and use SDP for all connections - - -.RE - -.SH SEE ALSO -.sp -.LP -\fBlibsdp\fR(3LIB), \fBattributes\fR(5) - - diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/libsdp/manpages/libsdp.conf.5 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/open-fabrics/libsdp/manpages/libsdp.conf.5 Fri Oct 23 05:42:31 2015 -0700 @@ -0,0 +1,310 @@ +'\" te +.TH libsdp.conf 5 "21 Oct 2015" +.SH NAME +libsdp.conf \- configuration file for libsdp(3LIB) +.SH SYNOPSIS +.LP +.nf +/etc/libsdp.conf +.fi + +.SH DESCRIPTION +.sp +.LP +The \fB/etc/libsdp.conf\fR file is the configuration file for libsdp(3LIB), and is used to select which sockets will be using SDP and which will not. +There are 2 main types of statements supported by this configuration file: +.TP +\fB\ "use") +which defines the address family to be used for the sockets that match the line +.TP +\fB\ "log") +for setting logging related configuration. As the log settings takes immidiate effect we define these at the beggining of the file. + +.SH DEAFUALT SETTINGS: +Get errors printed into the files /tmp/libsdp.log. +or /var/log/ for root: +.sp +.in +2 +.nf + +log min-level 9 destination file libsdp.log +.fi +.in -2 + +By default we let all servers and client try SDP first. +to exclude SDP add "use tcp" rules before these defaults. +.sp +.in +2 +.nf +use both server * *:* +use both client * *:* +.fi +.in -2 + +.SS LOG CONFIGURATION: +The log directive allows the user to specify which and where debug and error +messages get sent. The log statement format is: +.sp +.in +2 +.nf +log [destination stderr|syslog|file ] [min-level <1-9>] +.fi +.in -2 +.sp +.LP +The fields are defined as follows: +.sp +.ne 2 +.mk +.na +\fB\fIdestination\fR\fR +.ad +.sp .6 +.RS 4n +defines the destination of the log messages: +.TP 5 +\fB\ "stderr") +messages will be forwarded to the stderr + +.TP 5 +\fB\ "syslog") +messages sent to the syslog service + +.TP 5 +\fB\ "file ") +messages will be written to the file /var/log/ for root. +for regular user, if full path is requsted . +or /tmp/. if no path is requested +.RE +.ne 2 +.mk +.na +\fB\fImin-level\fR\fR +.ad +.sp .6 +.RS 4n +defines the verbosity of the log: +.TP 5 +\fB\9) +only errors are printed +.TP 5 +\fB\8) +warnings +.TP 5 +\fB\7) +connect and listen summary (useful for tracking SDP usage) +.TP 5 +\fB\4) +positive match summary (useful for config file debug) +.TP 5 +\fB\3) +negative match summary (useful for config file debug) +.TP 5 +\fB\2) +function calls and return values +.TP 5 +\fB\1) +debug messages + +.SH SOCKET ADDRESS FAMILY CONTROL + +The socket control statements allows the user to specify when libsdp will +replace AF_INET_SDP/SOCK_STREAM sockets with AF_SDP/SOCK_STREAM +sockets. Each control statement specifies a matching rule that all its +subexpressions must evaluate as true (logical and) to apply. +.PP +The statements that control which type of sockets to open are made +of the following: + +.sp +.in +2 +.nf +use : +.fi +.in -2 +.PP +where + +.ne 2 +.mk +.na +\fB\fI\fR\fR +.ad +.sp .6 +.RS 4n +can be one of: +.TP 5 +\fB\ "sdp") +for specifying when an SDP should be used +.TP 5 +\fB\ "tcp") +for specifying when SDP socket should not be matched +.TP 5 +\fB\ "both") +for specifying when both SDP and AF_INET sockets should be used. +.PP +Note: that "both" semantics is different between "server" and "client" roles: +For a "server" is means that the server will be listening on both sdp and tcp +For a "client" the connect will prefer using sdp but will silently +fall back to tcp if the sdp connection failed. +.RE + +.ne 2 +.mk +.na +\fB\fI\fR\fR +.ad +.sp .6 +.RS 4n +can be one of: +.TP 5 +\fB\ "server" or "listen") +for defining the listening port address family +.TP 5 +\fB\ "client" or "connect") +for defining the connected port address family +.RE + + +.ne 2 +.mk +.na +\fB\fI\fR\fR +.ad +.sp .6 +.RS 4n +Defines the program name (not including the path) the rule applies to. +Wildcards with same semantics as "ls" are supported (* and ?). +So db2* would match on any program with a name starting with db2. +t?cp would match on ttcp, etc. +If not provided (default) the statement matches all programs. +.RE + +.ne 2 +.mk +.na +\fB\fI\fR\fR +.ad +.sp .6 +.RS 4n +Either the local address the server is bound to or the remote server +address the client connects to. Syntax for address matching is: +.PP +[/]|* +.PP +IPv4 address = [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ each sub number < 255 +.PP +prefix_length = [0-9]+ and with value <= 32. A prefix_length of 24 +matches the subnet mask 255.255.255.0 . A prefix_length of 32 +requires matching of the exact IP. +.RE + +.ne 2 +.mk +.na +\fB\fI\fR\fR +.ad +.sp .6 +.RS 4n +start-port[-end-port] where port numbers are >0 and < 65536 +.RE +.PP +Rules are evaluated in order of definition. So the first match wins. +If no match is made libsdp will default to "both". +.SH EXAMPLES +.HP +LOG CONFIGURATION: +.Br +.br +.PP +.LP + + +.TP 1 +\fB\ Example 1: +Get SDP usage per connect and listen into stderr +.sp +.in +5 +log min-level 7 destination stderr +.nf +.in -5 + +.TP 1 +\fB\ Example 2: +Send errors only into syslog +.sp +.in +5 +log min-level 9 destination syslog +.nf +.in -5 +.RE + +.HP +SOCKET ADDRESS FAMILY CONTROL + +.TP 1 +\fB\ Example 1: +Use SDP by clients connecting to machines that belongs to subnet 192.168.1.* +.sp +.in +5 +.nf +# family role program address:port[-range] +use sdp connect * 192.168.1.0/24:* +.in -5 + +.TP 1 +\fB\ Example 2: +Use SDP by ttcp when it connects to port 5001 of any machine +.sp +.in +5 +.nf +# family role program address:port[-range] +use sdp listen ttcp *:5001 +.in -5 + +.TP 1 +\fB\ Example 3: +Use TCP for any program with name starting with ttcp* serving ports 22 to +25 +.sp +.in +5 +.nf +# family role program address:port[-range] +use tcp server ttcp* *:22-25 +.in -5 + +.TP 1 +\fB\ Example 4: +Listen on both TCP and SDP by any server that listen on port 8080 +.sp +.in +5 +.nf +# family role program address:port[-range] +use both server * *:8080 +.in -5 + +.TP 1 +\fB\ Example 5: +Connect ssh through SDP and fallback to TCP to hosts on 11.4.8.* port 22 +.sp +.in +5 +.nf +# family role program address:port[-range] +use both connect * 11.4.8.0/24:22 +.in -5 + +.RE +.PP + +NOTE: If all "use" rules are commented SDP will take "simple SDP" +mode and use SDP for all connections + + +.RE + +.SH SEE ALSO +.sp +.LP +\fBlibsdp\fR(3LIB), \fBattributes\fR(5) + + diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/libsdp/patches/base.patch --- a/components/open-fabrics/libsdp/patches/base.patch Thu Oct 22 01:41:43 2015 -0700 +++ b/components/open-fabrics/libsdp/patches/base.patch Fri Oct 23 05:42:31 2015 -0700 @@ -765,11 +765,11 @@ install-recursive installcheck-recursive installdirs-recursive \ pdf-recursive ps-recursive uninstall-info-recursive \ uninstall-recursive -+am__installdirs = "$(DESTDIR)$(man3libdir)" "$(DESTDIR)$(man4dir)" ++am__installdirs = "$(DESTDIR)$(man3libdir)" "$(DESTDIR)$(man5dir)" +man3libdir = $(mandir)/man3lib -+man4dir = $(mandir)/man4 ++man5dir = $(mandir)/man5 +NROFF = nroff -+man_MANS = man/libsdp.3lib man/libsdp.conf.4 ++man_MANS = man/libsdp.3lib man/libsdp.conf.5 +MANS = $(man_MANS) ETAGS = etags CTAGS = ctags @@ -800,7 +800,7 @@ target_alias = @target_alias@ SUBDIRS = src -EXTRA_DIST = libsdp.spec.in libsdp.conf -+EXTRA_DIST = libsdp.spec.in libsdp.conf libsdp.3lib libsdp.conf.4 ++EXTRA_DIST = libsdp.spec.in libsdp.conf libsdp.3lib libsdp.conf.5 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -808,14 +808,14 @@ distclean-libtool: -rm -f libtool uninstall-info-am: -+install-man4: $(man4_MANS) $(man_MANS) ++install-man5: $(man5_MANS) $(man_MANS) + @$(NORMAL_INSTALL) -+ test -z "$(man4dir)" || $(mkdir_p) "$(DESTDIR)$(man4dir)" -+ @list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \ ++ test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)" ++ @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ + l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ + for i in $$l2; do \ + case "$$i" in \ -+ *.4*) list="$$list $$i" ;; \ ++ *.5*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ @@ -823,35 +823,35 @@ + else file=$$i; fi; \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ -+ 4*) ;; \ -+ *) ext='4' ;; \ ++ 5*) ;; \ ++ *) ext='5' ;; \ + esac; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man4dir)/$$inst'"; \ -+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man4dir)/$$inst"; \ ++ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ ++ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \ + done -+uninstall-man4: ++uninstall-man5: + @$(NORMAL_UNINSTALL) -+ @list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \ ++ @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ + l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ + for i in $$l2; do \ + case "$$i" in \ -+ *.4*) list="$$list $$i" ;; \ ++ *.5*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + case "$$ext" in \ -+ 4*) ;; \ -+ *) ext='4' ;; \ ++ 5*) ;; \ ++ *) ext='5' ;; \ + esac; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed -e 's/^.*\///'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -+ echo " rm -f '$(DESTDIR)$(man4dir)/$$inst'"; \ -+ rm -f "$(DESTDIR)$(man4dir)/$$inst"; \ ++ echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \ ++ rm -f "$(DESTDIR)$(man5dir)/$$inst"; \ + done +install-man3lib: $(man3lib_MANS) $(man_MANS) + @$(NORMAL_INSTALL) @@ -910,7 +910,7 @@ +check: installmandirs check-recursive +all-am: Makefile config.h installmandirs +installmandirs: -+ for dir in "$(DESTDIR)$(man3libdir)" "$(DESTDIR)$(man4dir)"; do \ ++ for dir in "$(DESTDIR)$(man3libdir)" "$(DESTDIR)$(man5dir)"; do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done installdirs: installdirs-recursive @@ -939,7 +939,7 @@ @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook -+install-man: install-man4 install-man3lib ++install-man: install-man5 install-man3lib + install-exec-am: @@ -960,7 +960,7 @@ uninstall-info: uninstall-info-recursive -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ -+uninstall-man: uninstall-man4 uninstall-man3lib ++uninstall-man: uninstall-man5 uninstall-man3lib + +.PHONY: installmandirs $(RECURSIVE_TARGETS) CTAGS GTAGS all \ + all-am am--refresh check \ @@ -972,7 +972,7 @@ install install-am install-data install-data-am \ install-data-hook install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ -+ install-info-am install-man install-man3lib install-man4 \ ++ install-info-am install-man install-man3lib install-man5 \ + install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic maintainer-clean-recursive \ @@ -980,7 +980,7 @@ mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am uninstall-info-am + uninstall uninstall-am uninstall-info-am uninstall-man \ -+ uninstall-man3lib uninstall-man4 ++ uninstall-man3lib uninstall-man5 dist-hook: libsdp.spec @@ -1004,8 +1004,8 @@ + fi; \ + cd $(DESTDIR)$(mandir)/man3lib && \ + $(RM) libssdp.3lib && \ -+ cd $(DESTDIR)$(mandir)/man4 && \ -+ $(RM) libssdp.conf.4 ++ cd $(DESTDIR)$(mandir)/man5 && \ ++ $(RM) libssdp.conf.5 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -r 3fb951baeb51 -r 2883c86b26b8 components/open-fabrics/open-fabrics.p5m --- a/components/open-fabrics/open-fabrics.p5m Thu Oct 22 01:41:43 2015 -0700 +++ b/components/open-fabrics/open-fabrics.p5m Fri Oct 23 05:42:31 2015 -0700 @@ -263,47 +263,6 @@ file path=usr/share/man/man1/rping.1 file path=usr/share/man/man1/ucmatose.1 file path=usr/share/man/man1/udaddy.1 -dir path=usr/share/man/man1m -file path=usr/share/man/man1m/ibaddr.1m -file path=usr/share/man/man1m/ibcheckerrors.1m -file path=usr/share/man/man1m/ibcheckerrs.1m -file path=usr/share/man/man1m/ibchecknet.1m -file path=usr/share/man/man1m/ibchecknode.1m -file path=usr/share/man/man1m/ibcheckport.1m -file path=usr/share/man/man1m/ibcheckportstate.1m -file path=usr/share/man/man1m/ibcheckportwidth.1m -file path=usr/share/man/man1m/ibcheckstate.1m -file path=usr/share/man/man1m/ibcheckwidth.1m -file path=usr/share/man/man1m/ibclearcounters.1m -file path=usr/share/man/man1m/ibclearerrors.1m -file path=usr/share/man/man1m/ibdatacounters.1m -file path=usr/share/man/man1m/ibdatacounts.1m -file path=usr/share/man/man1m/ibdiscover.1m -file path=usr/share/man/man1m/ibhosts.1m -file path=usr/share/man/man1m/iblinkinfo.1m -file path=usr/share/man/man1m/ibnetdiscover.1m -file path=usr/share/man/man1m/ibnodes.1m -file path=usr/share/man/man1m/ibping.1m -file path=usr/share/man/man1m/ibportstate.1m -file path=usr/share/man/man1m/ibprintca.1m -file path=usr/share/man/man1m/ibprintrt.1m -file path=usr/share/man/man1m/ibprintswitch.1m -file path=usr/share/man/man1m/ibqueryerrors.1m -file path=usr/share/man/man1m/ibroute.1m -file path=usr/share/man/man1m/ibrouters.1m -file path=usr/share/man/man1m/ibstat.1m -file path=usr/share/man/man1m/ibstatus.1m -file path=usr/share/man/man1m/ibswitches.1m -file path=usr/share/man/man1m/ibswportwatch.1m -file path=usr/share/man/man1m/ibsysstat.1m -file path=usr/share/man/man1m/ibtracert.1m -file path=usr/share/man/man1m/perfquery.1m -file path=usr/share/man/man1m/saquery.1m -file path=usr/share/man/man1m/set_nodedesc.sh.1m variant.opensolaris.zone=global -file path=usr/share/man/man1m/sminfo.1m -file path=usr/share/man/man1m/smpdump.1m -file path=usr/share/man/man1m/smpquery.1m -dir path=usr/share/man/man3 link path=usr/share/man/man3/ibv_ack_async_event.3 target=ibv_get_async_event.3 link path=usr/share/man/man3/ibv_ack_cq_events.3 target=ibv_get_cq_event.3 file path=usr/share/man/man3/ibv_alloc_pd.3 @@ -389,13 +348,49 @@ file path=usr/share/man/man3/rdma_resolve_addr.3 file path=usr/share/man/man3/rdma_resolve_route.3 file path=usr/share/man/man3/rdma_set_option.3 -dir path=usr/share/man/man3lib file path=usr/share/man/man3lib/libsdp.3lib -dir path=usr/share/man/man4 -file path=usr/share/man/man4/libsdp.conf.4 -dir path=usr/share/man/man7 +file path=usr/share/man/man5/libsdp.conf.5 file path=usr/share/man/man7/rdma_cm.7 file path=usr/share/man/man7/verbs.7 +file path=usr/share/man/man8/ibaddr.8 +file path=usr/share/man/man8/ibcheckerrors.8 +file path=usr/share/man/man8/ibcheckerrs.8 +file path=usr/share/man/man8/ibchecknet.8 +file path=usr/share/man/man8/ibchecknode.8 +file path=usr/share/man/man8/ibcheckport.8 +file path=usr/share/man/man8/ibcheckportstate.8 +file path=usr/share/man/man8/ibcheckportwidth.8 +file path=usr/share/man/man8/ibcheckstate.8 +file path=usr/share/man/man8/ibcheckwidth.8 +file path=usr/share/man/man8/ibclearcounters.8 +file path=usr/share/man/man8/ibclearerrors.8 +file path=usr/share/man/man8/ibdatacounters.8 +file path=usr/share/man/man8/ibdatacounts.8 +file path=usr/share/man/man8/ibdiscover.8 +file path=usr/share/man/man8/ibhosts.8 +file path=usr/share/man/man8/iblinkinfo.8 +file path=usr/share/man/man8/ibnetdiscover.8 +file path=usr/share/man/man8/ibnodes.8 +file path=usr/share/man/man8/ibping.8 +file path=usr/share/man/man8/ibportstate.8 +file path=usr/share/man/man8/ibprintca.8 +file path=usr/share/man/man8/ibprintrt.8 +file path=usr/share/man/man8/ibprintswitch.8 +file path=usr/share/man/man8/ibqueryerrors.8 +file path=usr/share/man/man8/ibroute.8 +file path=usr/share/man/man8/ibrouters.8 +file path=usr/share/man/man8/ibstat.8 +file path=usr/share/man/man8/ibstatus.8 +file path=usr/share/man/man8/ibswitches.8 +file path=usr/share/man/man8/ibswportwatch.8 +file path=usr/share/man/man8/ibsysstat.8 +file path=usr/share/man/man8/ibtracert.8 +file path=usr/share/man/man8/perfquery.8 +file path=usr/share/man/man8/saquery.8 +file path=usr/share/man/man8/set_nodedesc.sh.8 variant.opensolaris.zone=global +file path=usr/share/man/man8/sminfo.8 +file path=usr/share/man/man8/smpdump.8 +file path=usr/share/man/man8/smpquery.8 legacy pkg=SUNWofusr \