I've noticed a small typo in the documentation of the Telnet module. In the table of parameters here and here and possibly elsewhere in the documentation, the parameter is incorrectly named "crlf" while in the source code it is correctly identified as "clrf".
This can lead to confusion for users trying to implement or troubleshoot configurations involving carriage return and line feed settings.
Steps to Reproduce:
Go to the Telnet module documentation page doc1 and doc3.
Observe the parameter listing in the TOC and compare it with the actual code or detailed parameter description in the module.
Expected Result:
The parameter should be consistently named throughout all documentation to match the source code.
Hello,
I've noticed a small typo in the documentation of the Telnet module. In the table of parameters here and here and possibly elsewhere in the documentation, the parameter is incorrectly named "crlf" while in the source code it is correctly identified as "clrf".
This can lead to confusion for users trying to implement or troubleshoot configurations involving carriage return and line feed settings.
Steps to Reproduce:
Expected Result: The parameter should be consistently named throughout all documentation to match the source code.
Thank you for your attention to this matter!
Best regards, b0d