Haiku Book: fix typo on _launch_intro.dox.

launch_daemon only understands "no_safemode".

Change-Id: Ib7efb6064a49c35185ffacba3e8642eacd1fe970
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8686
Reviewed-by: waddlesplash <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Oscar Lesta
2024-12-18 00:17:12 +00:00
committed by waddlesplash
parent f836917f47
commit fed0e6149e
+2 -2
View File
@@ -99,7 +99,7 @@ service x-vnd.MyGreatServer {
if {
file_exists /path/to/license/file
}
not_safemode
no_safemode
on_demand
}
\endcode
@@ -109,7 +109,7 @@ braces completely:
service x-vnd.MyGreatServer {
launch /path/to/my/great/server
if file_exists /path/to/license/file
not_safemode
no_safemode
on demand
}
\endcode