summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/port_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/devfsadm/port_link.c')
-rw-r--r--usr/src/cmd/devfsadm/port_link.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/devfsadm/port_link.c b/usr/src/cmd/devfsadm/port_link.c
index f62254e3bc..f9bb0ff89d 100644
--- a/usr/src/cmd/devfsadm/port_link.c
+++ b/usr/src/cmd/devfsadm/port_link.c
@@ -770,10 +770,10 @@ update_sacadm_db(void)
}
/*
- * Determine which port monitor entries already exist by invoking pmadm(1m)
+ * Determine which port monitor entries already exist by invoking pmadm(8)
* to list all configured 'ttymon' port monitor entries.
- * Do not explicitly report errors from executing pmadm(1m) or sacadm(1m)
- * commands to remain compatible with the ports(1m) implementation.
+ * Do not explicitly report errors from executing pmadm(8) or sacadm(8)
+ * commands to remain compatible with the ports(8) implementation.
*/
static int
load_ttymondb(void)
@@ -930,7 +930,7 @@ delete_port_monitor(int port)
return;
}
- /* some other sacadm(1m) error, log and return */
+ /* some other sacadm(8) error, log and return */
if (sac_exitval != 0) {
devfsadm_print(VERBOSE_MID, "sacadm: (%s) %s\n",
SAC_EID(sac_exitval), SAC_EMSG(sac_exitval));