summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/startd/log.c
diff options
context:
space:
mode:
authorrm88369 <none@none>2006-06-22 02:45:52 -0700
committerrm88369 <none@none>2006-06-22 02:45:52 -0700
commit54d6518c4d7c51854116bb29ea4bf664f748a403 (patch)
tree5d79dc4cae127b015d24ca13449fbb6626d8b5da /usr/src/cmd/svc/startd/log.c
parentcbab2b2687744cbfdc12fae90f8088127a0b266c (diff)
downloadillumos-joyent-54d6518c4d7c51854116bb29ea4bf664f748a403.tar.gz
6440415 *svc.startd* traces of obsolete flags should be removed from source code
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>