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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2844614  Added MYNEWT-647 details to oicmgr.rst
     new d8173d4  Merge pull request #1619 from aditihilbert/apidocs
2844614 is described below

commit 2844614792b10c62978a9188651e1a03b8467bc4
Author: Aditi Hilbert <aditi.hilbert@juul-aditihilbert-mbt15.local>
AuthorDate: Sat Jan 26 00:05:59 2019 -0800

    Added MYNEWT-647 details to oicmgr.rst
---
 docs/os/modules/devmgmt/oicmgr.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/os/modules/devmgmt/oicmgr.rst 
b/docs/os/modules/devmgmt/oicmgr.rst
index 1bdba6b..6492255 100644
--- a/docs/os/modules/devmgmt/oicmgr.rst
+++ b/docs/os/modules/devmgmt/oicmgr.rst
@@ -117,14 +117,13 @@ Yes
 
    </table>
 
-| The newtmgr application tool uses CoAP (Constrained Application
-  Protocol) requests to send commands to oicmgr.
-| It sends a CoAP request for **/omgr** as follows:
+The newtmgr application tool uses CoAP (Constrained ApplicationProtocol) 
requests to send commands to oicmgr.
+It sends a CoAP request for **/omgr** as follows:
 
 -  Specifies the newtmgr command to execute in the URI query string.
--  Uses a GET method for newtmgr commands that retreive information from
+-  Initially the GET method was used for newtmgr commands that retreive 
information from
    your application, for example, the ``taskstat`` and ``mpstat``
-   commands.
+   commands. Now it uses the PUT operation as described below..
 -  Uses a PUT method for newtmgr commands that send data to or modify
    the state of your application, for example, the ``echo`` or
    ``datetime`` commands.

Reply via email to