acassis commented on code in PR #17215: URL: https://github.com/apache/nuttx/pull/17215#discussion_r2445111476
########## Documentation/applications/system/init/index.rst: ########## @@ -0,0 +1,118 @@ +====================== +``init`` Init +====================== + +Init.rc Syntax +============== + +Init.rc consists of five categories of statements, all line-oriented with +parameters separated by spaces. The content is processed by a preprocessor, +following C language specifications for escape rules and comment formats. +File path: /etc/init.d/init.rc. + +1. Actions and Commands +----------------------- +:: Review Comment: @tinnedkarma what happens when uses :: without the code-block pattern? Will it try to autodetect the type of the block? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
