diff options
Diffstat (limited to 'usr/src/uts/common/io/softmac/softmac_main.c')
-rw-r--r-- | usr/src/uts/common/io/softmac/softmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/softmac/softmac_main.c b/usr/src/uts/common/io/softmac/softmac_main.c index e19df40e0c..294afecb58 100644 --- a/usr/src/uts/common/io/softmac/softmac_main.c +++ b/usr/src/uts/common/io/softmac/softmac_main.c @@ -563,7 +563,7 @@ softmac_update_info(softmac_t *softmac, datalink_id_t *linkidp) cmn_err(CE_WARN, "%s device might not be available " "for use.", softmac->smac_devname); - cmn_err(CE_WARN, "See dladm(1M) for more information."); + cmn_err(CE_WARN, "See dladm(8) for more information."); } return (err); |