diff options
author | rebortg <github@ghlr.de> | 2020-12-11 16:02:04 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 16:02:04 +0100 |
commit | da08cd126cd9eee8284ed9a3d68d74be68087e76 (patch) | |
tree | cef3d5765dcab2f9c49775d91dde35580df05e70 /docs/configuration/service/console-server.rst | |
parent | e0b72be4b9d08cd5f23141a87c192adc97e07a74 (diff) | |
download | vyos-documentation-da08cd126cd9eee8284ed9a3d68d74be68087e76.tar.gz vyos-documentation-da08cd126cd9eee8284ed9a3d68d74be68087e76.zip |
service: fix lint errors
Diffstat (limited to 'docs/configuration/service/console-server.rst')
-rw-r--r-- | docs/configuration/service/console-server.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/service/console-server.rst b/docs/configuration/service/console-server.rst index cf222544..a509723e 100644 --- a/docs/configuration/service/console-server.rst +++ b/docs/configuration/service/console-server.rst @@ -44,7 +44,8 @@ second. This is also the default setting if none of those options are defined. Configure either one or two stop bits. This defaults to one stop bits if left unconfigured. -.. cfgcmd:: set service console-server <device> speed [ 300 | 1200 | 2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 ] +.. cfgcmd:: set service console-server <device> speed + [ 300 | 1200 | 2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 ] .. 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 |