summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/startd/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/svc/startd/log.c')
-rw-r--r--usr/src/cmd/svc/startd/log.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/startd/log.c b/usr/src/cmd/svc/startd/log.c
index a356cec8ee..80e46d2f40 100644
--- a/usr/src/cmd/svc/startd/log.c
+++ b/usr/src/cmd/svc/startd/log.c
@@ -91,12 +91,11 @@
* svc.startd(1M) developer has occurred.
*
* Logging configuration
- * While the logging output can be configured using the -d and -v flags at
- * invocation, the preferred approach is to set the logging property values
+ * The preferred approach is to set the logging property values
* in the options property group of the svc.startd default instance. The
* valid values are "quiet", "verbose", and "debug". "quiet" is the default;
* "verbose" and "debug" allow LOG_INFO and LOG_DEBUG logging requests to
- * reach the daemon-specific log, respectively.
+ * reach the svc.startd.log file, respectively.
*/
#include <sys/stat.h>