summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fm/fmd/common/fmd_eventq.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/fm/fmd/common/fmd_eventq.c')
-rw-r--r--usr/src/cmd/fm/fmd/common/fmd_eventq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/fm/fmd/common/fmd_eventq.c b/usr/src/cmd/fm/fmd/common/fmd_eventq.c
index f245a8473c..f6778e8c7b 100644
--- a/usr/src/cmd/fm/fmd/common/fmd_eventq.c
+++ b/usr/src/cmd/fm/fmd/common/fmd_eventq.c
@@ -266,7 +266,7 @@ top:
* If we dequeued a control event, release it and go back to sleep.
* fmd_event_rele() on the event will block as described in fmd_ctl.c.
* This effectively renders control events invisible to our callers
- * as well as to statistics and observability tools (e.g. fmstat(1M)).
+ * as well as to statistics and observability tools (e.g. fmstat(8)).
*/
if (FMD_EVENT_TYPE(ep) == FMD_EVT_CTL) {
fmd_event_rele(ep);