summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/ddi_hp_impl.c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/uts/common/os/ddi_hp_impl.c
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/uts/common/os/ddi_hp_impl.c')
-rw-r--r--usr/src/uts/common/os/ddi_hp_impl.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/uts/common/os/ddi_hp_impl.c b/usr/src/uts/common/os/ddi_hp_impl.c
index 38e575dbfd..8f0890fc2b 100644
--- a/usr/src/uts/common/os/ddi_hp_impl.c
+++ b/usr/src/uts/common/os/ddi_hp_impl.c
@@ -92,8 +92,8 @@
* - Through the nexus driver interface, ndi_hp_state_change_req. PCIe
* nexus drivers that pass a hotplug interrupt through to pciehpc will kick
* off state changes in this way.
- * - Through coordinated removal, ddihp_modctl. Both cfgadm(1M) and
- * hotplug(1M) pass state change requests through hotplugd, which uses
+ * - Through coordinated removal, ddihp_modctl. Both cfgadm(8) and
+ * hotplug(8) pass state change requests through hotplugd, which uses
* modctl to request state changes to the DDI hotplug framework. That
* interface is ultimately implemented by ddihp_modctl.
*
@@ -131,7 +131,7 @@
* of some key components are below.
*
* +------------+
- * | cfgadm(1M) |
+ * | cfgadm(8) |
* +------------+
* |
* +-------------------+
@@ -139,7 +139,7 @@
* +-------------------+
* |
* +-------------+ +------------+
- * | hotplug(1M) |----------| libhotplug |
+ * | hotplug(8) |----------| libhotplug |
* +-------------+ +------------+
* |
* +----------+
@@ -193,14 +193,14 @@
*
* KEY HOTPLUG SOFTWARE COMPONENTS
*
- * CFGADM(1M)
+ * cfgadm(8)
*
* cfgadm is the canonical tool for hotplug operations. It can be used to
* list connections on the system and change their state in a coordinated
* fashion. For more information, see its manual page.
*
*
- * HOTPLUG(1M)
+ * hotplug(8)
*
* hotplug is a command line tool for managing hotplug connections for
* connectors. For more information, see its manual page.