This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git


The following commit(s) were added to refs/heads/master by this push:
     new 61395d2  Remove illegal space
61395d2 is described below

commit 61395d2a705611c376226fa5114ea81392ded671
Author: Andrew Stevenson <and...@ugh.net.au>
AuthorDate: Sat May 16 18:39:12 2020 +0200

    Remove illegal space
    
    newtmgr (1.9.0-dev at least) doesn't allow the space between the command 
and baud.
---
 docs/command_list/newtmgr_conn.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/command_list/newtmgr_conn.rst 
b/docs/command_list/newtmgr_conn.rst
index 23c1ab9..b75cab1 100644
--- a/docs/command_list/newtmgr_conn.rst
+++ b/docs/command_list/newtmgr_conn.rst
@@ -67,7 +67,7 @@ The var-names are: ``type``, and ``connstring``. The valid 
values for each var-n
     * ``baud``: (Optional) A number that specifies the buad rate for the 
connection. Defaults to **115200** if the
       attribute is not specified.
 
-    Example: ``connstring="dev=/dev/ttyUSB0, baud=9600"``
+    Example: ``connstring="dev=/dev/ttyUSB0,baud=9600"``
     **Note:** The 1.0 format, which only requires a serial port name, is still 
supported. For example, ``connstring=/dev/ttyUSB0``.
 
   - **udp** and **oic_udp**: The peer ip address and port number that the 
newtmgr or oicmgr on the remote device is

Reply via email to