Skip to content
Snippets Groups Projects
Commit f08ef335 authored by Francois TABURET's avatar Francois TABURET
Browse files

fix broken links in telnetusage.md

parent 337c068d
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ By default the telnet server listen on all the ip addresses configured on the sy ...@@ -17,12 +17,12 @@ By default the telnet server listen on all the ip addresses configured on the sy
The telnet server includes a basic help, listing available commands and some commands also provide a specific detailed help sub-command. The telnet server includes a basic help, listing available commands and some commands also provide a specific detailed help sub-command.
Below are examples of telnet sessions: Below are examples of telnet sessions:
* [getting help](telnethelp) * [getting help](telnethelp.md)
* [using the history](telnethist) * [using the history](telnethist.md)
* [using the get and set commands](telnetgetset) * [using the get and set commands](telnetgetset.md)
* [using the loop command](telnetloop) * [using the loop command](telnetloop.md)
* [loader command](telnetloader) * [loader command](telnetloader.md)
* [log command](telnetlog) * [log command](telnetlog.md)
# telnet server parameters # telnet server parameters
The telnet server is using the [oai configuration module](Config/Rtusage). Telnet parameters must be specified in the `telnetsrv` section. Some parameters can be modified via the telnet telnet server command, as specified in the last column of the following table. The telnet server is using the [oai configuration module](Config/Rtusage). Telnet parameters must be specified in the `telnetsrv` section. Some parameters can be modified via the telnet telnet server command, as specified in the last column of the following table.
...@@ -36,4 +36,4 @@ The telnet server is using the [oai configuration module](Config/Rtusage). Telne ...@@ -36,4 +36,4 @@ The telnet server is using the [oai configuration module](Config/Rtusage). Telne
| `histfile` | `character string` | "oaitelnet.history" | file used for command history persistency | Y | | `histfile` | `character string` | "oaitelnet.history" | file used for command history persistency | Y |
| `histfsize` | `integer` | 50 | maximum number of commands saved in the history | Y | | `histfsize` | `integer` | 50 | maximum number of commands saved in the history | Y |
[oai telnet server home](telnetsrv) [oai telnet server home](telnetsrv.md)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment