diff options
Diffstat (limited to 'usr/src/cmd/svc/startd/graph.c')
-rw-r--r-- | usr/src/cmd/svc/startd/graph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/svc/startd/graph.c b/usr/src/cmd/svc/startd/graph.c index d514b19c38..685c1c262c 100644 --- a/usr/src/cmd/svc/startd/graph.c +++ b/usr/src/cmd/svc/startd/graph.c @@ -127,8 +127,8 @@ * stn_global for the system-wide set. They are re-read when instances are * refreshed. * - * The GPEC events published by svc.startd are consumed by fmd(1M). After - * processing these events, fmd(1M) publishes the processed events to + * The GPEC events published by svc.startd are consumed by fmd(8). After + * processing these events, fmd(8) publishes the processed events to * notification agents. The notification agents read the notification * parameters from the SMF repository through libscf(3LIB) interfaces and send * the notification, or not, based on those parameters. |