Repository: incubator-mynewt-site Updated Branches: refs/heads/develop df02a73d2 -> 98f48584f
1) Fixed problem with newtmgr conn add command parameters not showing up in the document. Use < and > instead of < and >. 2) Removed extra ; in the newtmgr crash command usage text. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/dc8e9f41 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/dc8e9f41 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/dc8e9f41 Branch: refs/heads/develop Commit: dc8e9f410981f59cc2c93aac2d5eb8fea3349c9a Parents: df02a73 Author: cwanda <[email protected]> Authored: Sat Mar 18 09:00:06 2017 -0700 Committer: cwanda <[email protected]> Committed: Sat Mar 18 09:44:42 2017 -0700 ---------------------------------------------------------------------- docs/newtmgr/command_list/newtmgr_conn.md | 2 +- docs/newtmgr/command_list/newtmgr_crash.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dc8e9f41/docs/newtmgr/command_list/newtmgr_conn.md ---------------------------------------------------------------------- diff --git a/docs/newtmgr/command_list/newtmgr_conn.md b/docs/newtmgr/command_list/newtmgr_conn.md index 7f7e5f7..6af4122 100644 --- a/docs/newtmgr/command_list/newtmgr_conn.md +++ b/docs/newtmgr/command_list/newtmgr_conn.md @@ -21,7 +21,7 @@ The conn command provides subcommands to add, delete, and view configuration pro Sub-command | Explanation -------------| ------------------------ -add | The newtmgr conn add <conn_profile> <var-name=var-value> command creates a connection profile named `conn_profile`. A profile consists of these variables: <ul><li>`name`: Connection name. Defaults to `conn_profile` when the variable is not set in the command. </li><li>`type`: Connection type. Valid types are: `serial`, `oic_serial`, `ble`, `oic_ble`, `udp`, `oic_udp`.</li><li>`connstring`: The physical or virtual port to use for the connection.</li><li>`addrtype`: Device address type. Use with type `ble`.</li><li>`addr`: Device address. Use with type `ble`.</ul> +add | The newtmgr conn add <conn_profile> <var-name=var-value...> command creates a connection profile named `conn_profile`. A profile consists of these variables: <ul><li>`name`: Connection name. Defaults to `conn_profile` when the variable is not set in the command. </li><li>`type`: Connection type. Valid types are: `serial`, `oic_serial`, `ble`, `oic_ble`, `udp`, `oic_udp`.</li><li>`connstring`: The physical or virtual port to use for the connection.</li><li>`addrtype`: Device address type. Use with type `ble`.</li><li>`addr`: Device address. Use with type `ble`.</ul> delete | The newtmgr conn delete <conn_profile> command deletes the `conn_profile` connection profile. show | The newtmgr conn show [conn_profile] command shows the information for the `conn_profile` connection profile. It shows information for all the connection profiles if `conn_profile` is not specified. http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/dc8e9f41/docs/newtmgr/command_list/newtmgr_crash.md ---------------------------------------------------------------------- diff --git a/docs/newtmgr/command_list/newtmgr_crash.md b/docs/newtmgr/command_list/newtmgr_crash.md index c51ec2e..df913ed 100644 --- a/docs/newtmgr/command_list/newtmgr_crash.md +++ b/docs/newtmgr/command_list/newtmgr_crash.md @@ -5,7 +5,7 @@ Send a crash command to a device. #### Usage: ```no-highlight - newtmgr crash <div0|jump0|ref0|assert|wdog> -c <conn_profile>; [flags] + newtmgr crash <div0|jump0|ref0|assert|wdog> -c <conn_profile> [flags] ``` #### Global Flags:
