diff mbox series

doc: update reference to progress client example

Message ID 20180108065614.7919-1-christian.storm@siemens.com
State Accepted
Headers show
Series doc: update reference to progress client example | expand

Commit Message

Storm, Christian Jan. 8, 2018, 6:56 a.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 doc/source/progress.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefano Babic Jan. 8, 2018, 8:20 a.m. UTC | #1
On 08/01/2018 07:56, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  doc/source/progress.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/source/progress.rst b/doc/source/progress.rst
> index 42050fe..7604aac 100644
> --- a/doc/source/progress.rst
> +++ b/doc/source/progress.rst
> @@ -57,6 +57,6 @@ The single fields have the following meaning:
>          - *info* additional information about installation.
>  
>  
> -*progress_client* is an example of interface, printing the status on the console and driving
> -"psplash" to draw a progress bar on a display.
> +As an example for a progress client, ``tools/progress.c`` prints the status
> +on the console and drives "psplash" to draw a progress bar on a display.
>  
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/progress.rst b/doc/source/progress.rst
index 42050fe..7604aac 100644
--- a/doc/source/progress.rst
+++ b/doc/source/progress.rst
@@ -57,6 +57,6 @@  The single fields have the following meaning:
         - *info* additional information about installation.
 
 
-*progress_client* is an example of interface, printing the status on the console and driving
-"psplash" to draw a progress bar on a display.
+As an example for a progress client, ``tools/progress.c`` prints the status
+on the console and drives "psplash" to draw a progress bar on a display.