JianyuWang0623 commented on code in PR #17215: URL: https://github.com/apache/nuttx/pull/17215#discussion_r2447167918
########## 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 Useful syntax. I've specified the diff format for the defconfig in the Example. Thank you. -- 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]
