summaryrefslogtreecommitdiff
path: root/usr/src/lib/cfgadm_plugins
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/cfgadm_plugins')
-rw-r--r--usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c2
-rw-r--r--usr/src/lib/cfgadm_plugins/fp/common/cfga_rep.c4
-rw-r--r--usr/src/lib/cfgadm_plugins/fp/common/devices-fc-fabric.xml2
-rw-r--r--usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c26
-rw-r--r--usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c2
-rw-r--r--usr/src/lib/cfgadm_plugins/sbd/common/ap_sbd.c2
-rw-r--r--usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c2
-rw-r--r--usr/src/lib/cfgadm_plugins/shp/common/shp.c2
-rw-r--r--usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c2
9 files changed, 22 insertions, 22 deletions
diff --git a/usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c b/usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
index 4bd9c5e2a2..14a72525ea 100644
--- a/usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
+++ b/usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
@@ -27,7 +27,7 @@
/*
* This file contains the entry points to the plug-in as defined in the
- * config_admin(3X) man page.
+ * config_admin(3CFGADM) man page.
*/
/*
diff --git a/usr/src/lib/cfgadm_plugins/fp/common/cfga_rep.c b/usr/src/lib/cfgadm_plugins/fp/common/cfga_rep.c
index 17cd3c0b17..f44b6084aa 100644
--- a/usr/src/lib/cfgadm_plugins/fp/common/cfga_rep.c
+++ b/usr/src/lib/cfgadm_plugins/fp/common/cfga_rep.c
@@ -36,8 +36,8 @@ static char *HDR =
"# fabric_WWN_map\n"
"#\n"
"# The physical ap_id list of configured fabric devices.\n"
-"# Do NOT edit this file by hand -- refer to the cfgadm_fp(1M)\n"
-"# man page and use cfgadm(1m) instead.\n"
+"# Do NOT edit this file by hand -- refer to the cfgadm_fp(8)\n"
+"# man page and use cfgadm(8) instead.\n"
"#\n";
/*
diff --git a/usr/src/lib/cfgadm_plugins/fp/common/devices-fc-fabric.xml b/usr/src/lib/cfgadm_plugins/fp/common/devices-fc-fabric.xml
index 06607a60c9..427467c169 100644
--- a/usr/src/lib/cfgadm_plugins/fp/common/devices-fc-fabric.xml
+++ b/usr/src/lib/cfgadm_plugins/fp/common/devices-fc-fabric.xml
@@ -79,7 +79,7 @@ Use is subject to license terms.
</loctext>
</common_name>
<documentation>
- <manpage title='cfgadm_fp' section='1M'
+ <manpage title='cfgadm_fp' section='8'
manpath='/usr/share/man' />
</documentation>
</template>
diff --git a/usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c b/usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
index 79bb9a8b7c..bc510135a0 100644
--- a/usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
+++ b/usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
@@ -28,7 +28,7 @@
/*
* cfga_ib.c:
- * All cfgadm entry points that are defined in the config_admin(3X)
+ * All cfgadm entry points that are defined in the config_admin(3CFGADM)
* needed for InfiniBand support are described here. These cfgadm
* interfaces issue ioctl(s) to the IB nexus driver. Attachment points
* supported are - IOC, VPPA, Port, HCA_SVC and Pseudo dynamic ap_ids,
@@ -531,7 +531,7 @@ ib_verify_valid_apid(const char *ap_id)
* ib_verify_params
* Input:
* ap_id - The attachment point of an IB fabric
- * options - command options passed by the cfgadm(1M)
+ * options - command options passed by the cfgadm(8)
* errstring - This contains error msg if command fails
* Output:
* NONE
@@ -843,11 +843,11 @@ ib_do_control_ioctl(char *ap_id, uint_t sub_cmd1, uint_t sub_cmd2,
* Input:
* state_change_cmd - Argument to the cfgadm -c command
* ap_id - The attachment point of an IB fabric
- * options - State Change command options passed by the cfgadm(1M)
+ * options - State Change command options passed by the cfgadm(8)
* confp - Whether this command requires confirmation?
* msgp - cfgadm error message for this plugin
* errstring - This contains error msg if command fails
- * flags - Cfgadm(1m) flags
+ * flags - cfgadm(8) flags
* Output:
* NONE
* Returns:
@@ -1031,11 +1031,11 @@ cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id,
* func - The private function (passed w/ -x option)
* ap_id - The attachment point of an IB fabric
* options - Private function command options passed
- * by the cfgadm(1M)
+ * by the cfgadm(8)
* confp - Whether this command requires confirmation?
* msgp - cfgadm error message for this plugin
* errstring - This contains error msg if command fails
- * flags - Cfgadm(1m) flags
+ * flags - cfgadm(8) flags
* Output:
* NONE
* Returns:
@@ -1514,10 +1514,10 @@ cfga_private_func(const char *func, const char *ap_id, const char *options,
* cfga_test
* Input:
* ap_id - The attachment point of an IB fabric
- * options - Test command options passed by the cfgadm(1M)
+ * options - Test command options passed by the cfgadm(8)
* msgp - cfgadm error message for this plugin
* errstring - This contains error msg if command fails
- * flags - Cfgadm(1m) flags
+ * flags - cfgadm(8) flags
* Output:
* NONE
* Returns:
@@ -1624,10 +1624,10 @@ ib_fill_static_apids(char *ap_id, cfga_list_data_t *clp)
* ap_id - The attachment point of an IB fabric
* ap_id_list - The returned "list" information array
* nlistp - Number of elements in the "list" information array
- * options - List command options passed by the cfgadm(1M)
+ * options - List command options passed by the cfgadm(8)
* listopts - "-s" specific options
* errstring - This contains error msg if command fails
- * flags - Cfgadm(1m) flags
+ * flags - cfgadm(8) flags
* Output:
* NONE
* Returns:
@@ -2027,9 +2027,9 @@ cfga_msg(struct cfga_msg *msgp, const char *str)
* Function:
* cfga_help
* Input:
- * msgp - Help message passed on to cfgadm(1M)
- * options - Help message options passed on to cfgadm(1M)
- * flags - Cfgadm(1m) flags
+ * msgp - Help message passed on to cfgadm(8)
+ * options - Help message options passed on to cfgadm(8)
+ * flags - cfgadm(8) flags
* Output:
* NONE
* Returns:
diff --git a/usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c b/usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
index dd74b7d210..27cd493960 100644
--- a/usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
+++ b/usr/src/lib/cfgadm_plugins/sata/common/cfga_sata.c
@@ -35,7 +35,7 @@
/*
* This file contains the entry points to the plug-in as defined in the
- * config_admin(3X) man page.
+ * config_admin(3CFGADM) man page.
*/
/*
diff --git a/usr/src/lib/cfgadm_plugins/sbd/common/ap_sbd.c b/usr/src/lib/cfgadm_plugins/sbd/common/ap_sbd.c
index 7c3b34b1f0..b1444a980a 100644
--- a/usr/src/lib/cfgadm_plugins/sbd/common/ap_sbd.c
+++ b/usr/src/lib/cfgadm_plugins/sbd/common/ap_sbd.c
@@ -374,7 +374,7 @@ apd_alloc(const char *ap_id, cfga_flags_t flags, char **errstring,
}
/*
- * The type field is defined to be parsable by cfgadm(1M): It
+ * The type field is defined to be parsable by cfgadm(8): It
* must not contain white space characters. This function
* converts white space to underscore.
*/
diff --git a/usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c b/usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
index c11f48165f..14d83936c8 100644
--- a/usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
+++ b/usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
@@ -27,7 +27,7 @@
/*
* This file contains the entry points to the plug-in as defined in the
- * config_admin(3X) man page.
+ * config_admin(3CFGADM) man page.
*/
/*
diff --git a/usr/src/lib/cfgadm_plugins/shp/common/shp.c b/usr/src/lib/cfgadm_plugins/shp/common/shp.c
index 587e042fab..b1ee7d1bf7 100644
--- a/usr/src/lib/cfgadm_plugins/shp/common/shp.c
+++ b/usr/src/lib/cfgadm_plugins/shp/common/shp.c
@@ -69,7 +69,7 @@ extern int class_pci_items;
#define MSG_HOTPLUG_DISABLED \
"Error: hotplug service is probably not running, " \
"please use 'svcadm enable hotplug' to enable the service. " \
- "See cfgadm_shp(1M) for more details."
+ "See cfgadm_shp(8) for more details."
#define DEVICES_DIR "/devices"
#define SLASH "/"
diff --git a/usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c b/usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
index 12e144af82..47976fb058 100644
--- a/usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
+++ b/usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
@@ -41,7 +41,7 @@ static char *usb_get_devicepath(const char *);
/*
* This file contains the entry points to the plugin as defined in the
- * config_admin(3X) man page.
+ * config_admin(3CFGADM) man page.
*/
/*