Minor edits to dinit-service man page.
authorDavin McCall <davmac@davmac.org>
Tue, 30 Oct 2018 19:03:27 +0000 (19:03 +0000)
committerDavin McCall <davmac@davmac.org>
Tue, 30 Oct 2018 20:21:56 +0000 (20:21 +0000)
doc/manpages/dinit-service.5

index 47a2cd27ceeee90e4267e134e2b9ada93aae0366..c594194a1895cd95668ca7c36ee167843184a142 100644 (file)
@@ -225,7 +225,8 @@ Specifies the log file for the service. Output from the service process
 will go this file.
 .TP
 \fBoptions\fR = \fIoption\fR...
-Specifies various options for this service. See the \fBOPTIONS\fR section.
+Specifies various options for this service. See the \fBOPTIONS\fR section. This
+directive can be specified multiple times to set additional options.
 .TP
 \fBload-options\fR = \fIload_option\fR...
 Specifies options for interpreting other settings when loading this service
@@ -356,7 +357,8 @@ skipped but dependent services continue to start.
 type = scripted
 command = /etc/dinit.d/rootfscheck.sh
 restart = false
-options = starts-on-console pass-cs-fd start-interruptible skippable
+options = starts-on-console pass-cs-fd
+options = start-interruptible skippable
 depends-on = early-filesystems  # /proc and /dev
 depends-on = device-node-daemon
 .ft