Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
FIX documentation code
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Jan 5, 2014
1 parent 30447c6 commit 8f4c079
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The CLI could display all available commands:
Configuration
=============
Creates a personal configuration file in **$HOME/.config** directory::
Creates a personal configuration file in **$HOME/.config** directory:
.. code-block:: bash
Expand All @@ -57,7 +57,7 @@ Request authorization
The app will ask for an authorization using the following call.
A message will be displayed on the Freebox LCD asking the user
to grant/deny access to the requesting app::
to grant/deny access to the requesting app:
.. code-block:: bash
Expand All @@ -70,7 +70,7 @@ to grant/deny access to the requesting app::
Track authorization progress
----------------------------
The app should monitor the status until it is different from pending::
The app should monitor the status until it is different from pending:
.. code-block:: bash
Expand All @@ -95,7 +95,7 @@ Open a session
--------------
Once you have the authorization for your application, you just need to
start a new session::
start a new session:
.. code-block:: bash
Expand All @@ -107,7 +107,7 @@ start a new session::
Close a session
---------------
To close the current session you can use the following call::
To close the current session you can use the following call:
.. code-block:: bash
Expand Down

0 comments on commit 8f4c079

Please sign in to comment.