do not use `a' quoting style in comments
[oweals/busybox.git] / runit / sv.c
index a0c7953da3d18bec1f6101ce4c7d2f6513105213..3dd02550aecbaea8f219229e097fe37bb2461284 100644 (file)
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
    3. The name of the author may not be used to endorse or promote products
       derived from this software without specific prior written permission.
 
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@@ -157,23 +157,23 @@ Exit Codes
 //config:      bool "sv (7.8 kb)"
 //config:      default y
 //config:      help
-//config:        sv reports the current status and controls the state of services
-//config:        monitored by the runsv supervisor.
+//config:      sv reports the current status and controls the state of services
+//config:      monitored by the runsv supervisor.
 //config:
 //config:config SV_DEFAULT_SERVICE_DIR
 //config:      string "Default directory for services"
 //config:      default "/var/service"
 //config:      depends on SV
 //config:      help
-//config:        Default directory for services.
-//config:        Defaults to "/var/service"
+//config:      Default directory for services.
+//config:      Defaults to "/var/service"
 //config:
 //config:config SVC
 //config:      bool "svc (7.8 kb)"
 //config:      default y
 //config:      help
-//config:        svc controls the state of services monitored by the runsv supervisor.
-//config:        It is comaptible with daemontools command with the same name.
+//config:      svc controls the state of services monitored by the runsv supervisor.
+//config:      It is comaptible with daemontools command with the same name.
 
 //applet:IF_SV(APPLET(sv, BB_DIR_USR_BIN, BB_SUID_DROP))
 //applet:IF_SVC(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP))