Zepp-Hanzj opened a new pull request, #18971:
URL: https://github.com/apache/nuttx/pull/18971

   ## Summary
   
     * Add documentation for the `hostname` command.
     * The command displays or sets the system hostname.
     * Covers overview, configuration, usage, options, examples, and notes.
     * Related NuttX Issue: #11081
   
   ## Impact
   
     * Is new feature added? NO.
     * Is existing feature changed? NO.
     * Impact on user? NO.
     * Impact on build? NO.
     * Impact on hardware? NO.
     * Impact on documentation? YES: adds documentation for the hostname 
command.
     * Impact on security? NO.
     * Impact on compatibility? NO.
     * Dependencies: none.
   
   ## Testing
   
     I confirm that changes are verified on local setup and work as intended:
   
     * Build Host(s): Linux WSL2
     * Target(s): Documentation build only
     * Static/style check: RST syntax validation
     * Build test: `cd Documentation && make html`
   
     Testing logs after change:
   
     ```
     $ cd Documentation && DISPLAY= 
JAVA_TOOL_OPTIONS='-Djava.awt.headless=true' make html
     build succeeded.
     The HTML pages are in _build/html.
     ```
   
   ## PR verification Self-Check
   
     * [x] This PR introduces only one functional change.
     * [x] I have updated all required description fields above.
     * [x] My PR adheres to Contributing 
[Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md) and 
[Documentation](https://nuttx.apache.org/docs/latest/contributing/index.html) 
(git commit title and message, coding standard, etc).
     * [ ] My PR is still work in progress (not ready for review).
     * [x] My PR is ready for review and can be safely merged into a codebase.


-- 
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]

Reply via email to