From e4974ddea4553d604045ee3dc2c046d37f13cefb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 19 Jun 2020 17:17:52 +0200 Subject: console-server: add "set" on cfgcmds --- docs/services/console-server.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/services') diff --git a/docs/services/console-server.rst b/docs/services/console-server.rst index 248def3b..50efa865 100644 --- a/docs/services/console-server.rst +++ b/docs/services/console-server.rst @@ -107,25 +107,25 @@ times are used to send a single character, and so dividing the signalling bit-rate by ten results in the overall transmission speed in characters per second. This is also the default setting if none of those options are defined. -.. cfgcmd:: service console-server data-bits +.. cfgcmd:: set service console-server data-bits Configure either seven or eight data bits. This defaults to eight data bits if left unconfigured. -.. cfgcmd:: service console-server description +.. cfgcmd:: set service console-server description A user friendly description identifying the connected peripheral. -.. cfgcmd:: service console-server parity [even | odd | none] +.. cfgcmd:: set service console-server parity [even | odd | none] Set the parity option for the console. If unset this will default to none. -.. cfgcmd:: service console-server stop-bits +.. cfgcmd:: set service console-server stop-bits Configure either one or two stop bits. This defaults to one stop bits if left unconfigured. -.. cfgcmd:: service console-server speed +.. cfgcmd:: set service console-server speed .. note:: USB to serial converters will handle most of their work in software so you should be carefull with the selected baudrate as some times they @@ -138,7 +138,7 @@ Each individual configured console-server device can be directly exposed to the outside world. A user can directly connect via SSH to the configured port. -.. cfgcmd:: service console-server ssh port +.. cfgcmd:: set service console-server ssh port Accept SSH connections for the given `` on TCP port ``. After successfull authentication the user will be directly dropped to -- cgit v1.2.3