summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/devfsadm')
-rw-r--r--usr/src/cmd/devfsadm/devfsadm.c6
-rw-r--r--usr/src/cmd/devfsadm/port_link.c8
2 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/cmd/devfsadm/devfsadm.c b/usr/src/cmd/devfsadm/devfsadm.c
index 79082ace48..9be5e0a5ec 100644
--- a/usr/src/cmd/devfsadm/devfsadm.c
+++ b/usr/src/cmd/devfsadm/devfsadm.c
@@ -677,7 +677,7 @@ parse_args(int argc, char *argv[])
break;
case 'u':
/*
- * Invoked via update_drv(1m) to update
+ * Invoked via update_drv(8) to update
* the kernel's driver/alias binding
* when removing one or more aliases.
*/
@@ -4826,7 +4826,7 @@ get_component(char *str, const char *comp_str)
* rules[] is an array of devfsadm_enumerate_t structures which defines
* the enumeration rules to be used for a specified set of links in /dev.
* The set of links is specified through regular expressions (of the flavor
- * described in regex(5)). These regular expressions are used to determine
+ * described in regex(7)). These regular expressions are used to determine
* the set of links in /dev to examine. The last path component in these
* regular expressions MUST contain a parenthesized subexpression surrounding
* the RE which is to be considered the enumerating component. The subexp
@@ -7041,7 +7041,7 @@ devfsadm_free_dev_names(char **dev_names, int len)
* devfsadm_free_dev_names() is used to free the returned array.
* NULL is returned on failure or when there are no matching devlinks.
*
- * re is an extended regular expression in regex(5) format used to further
+ * re is an extended regular expression in regex(7) format used to further
* match devlinks pointing to phys_path; it may be NULL to match all
*/
char **
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));