diff mbox series

doc: usage: modify mmc man-page

Message ID 20210510050033.21772-1-jh80.chung@samsung.com
State Superseded
Headers show
Series doc: usage: modify mmc man-page | expand

Commit Message

Jaehoon Chung May 10, 2021, 5 a.m. UTC
Modify mmc man-page.
- Change a descritpion about mmc erase command.
- Add whitespace to distinguish.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 doc/usage/mmc.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Bin Meng May 10, 2021, 5:06 a.m. UTC | #1
On Mon, May 10, 2021 at 1:00 PM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>
> Modify mmc man-page.
> - Change a descritpion about mmc erase command.

typo: description

> - Add whitespace to distinguish.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  doc/usage/mmc.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Heinrich Schuchardt May 10, 2021, 6:53 a.m. UTC | #2
On 5/10/21 7:00 AM, Jaehoon Chung wrote:
> Modify mmc man-page.
> - Change a descritpion about mmc erase command.
> - Add whitespace to distinguish.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>   doc/usage/mmc.rst | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/doc/usage/mmc.rst b/doc/usage/mmc.rst
> index 57284ed6741e..6457c934c084 100644
> --- a/doc/usage/mmc.rst
> +++ b/doc/usage/mmc.rst
> @@ -40,7 +40,7 @@ The 'mmc write' command writes raw data to MMC device from memory address with b
>       cnt
>           block count
>
> -The 'mmc erase' command erases MMC device from block offset until count.
> +The 'mmc erase' command erases *count* blocks on the MMC device starting at block *blk#*.

The parameter is called *cnt*.

Best regards

Heinrich

>
>       blk#
>           start block offset
> @@ -110,6 +110,7 @@ The 'mmc partconf' command shows or changes PARTITION_CONFIG field.
>           partitions to access
>
>   The 'mmc bootpart-resize' command changes sizes of boot and RPMB partitions.
> +
>       dev
>           device number
>       boot part size MB
>
Heinrich Schuchardt May 10, 2021, 6:54 a.m. UTC | #3
+CC Bin Meng

On 5/10/21 8:53 AM, Heinrich Schuchardt wrote:
> On 5/10/21 7:00 AM, Jaehoon Chung wrote:
>> Modify mmc man-page.
>> - Change a descritpion about mmc erase command.
>> - Add whitespace to distinguish.
>>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>>   doc/usage/mmc.rst | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/doc/usage/mmc.rst b/doc/usage/mmc.rst
>> index 57284ed6741e..6457c934c084 100644
>> --- a/doc/usage/mmc.rst
>> +++ b/doc/usage/mmc.rst
>> @@ -40,7 +40,7 @@ The 'mmc write' command writes raw data to MMC
>> device from memory address with b
>>       cnt
>>           block count
>>
>> -The 'mmc erase' command erases MMC device from block offset until count.
>> +The 'mmc erase' command erases *count* blocks on the MMC device
>> starting at block *blk#*.
>
> The parameter is called *cnt*.
>
> Best regards
>
> Heinrich
>
>>
>>       blk#
>>           start block offset
>> @@ -110,6 +110,7 @@ The 'mmc partconf' command shows or changes
>> PARTITION_CONFIG field.
>>           partitions to access
>>
>>   The 'mmc bootpart-resize' command changes sizes of boot and RPMB
>> partitions.
>> +
>>       dev
>>           device number
>>       boot part size MB
>>
>
diff mbox series

Patch

diff --git a/doc/usage/mmc.rst b/doc/usage/mmc.rst
index 57284ed6741e..6457c934c084 100644
--- a/doc/usage/mmc.rst
+++ b/doc/usage/mmc.rst
@@ -40,7 +40,7 @@  The 'mmc write' command writes raw data to MMC device from memory address with b
     cnt
         block count
 
-The 'mmc erase' command erases MMC device from block offset until count.
+The 'mmc erase' command erases *count* blocks on the MMC device starting at block *blk#*.
 
     blk#
         start block offset
@@ -110,6 +110,7 @@  The 'mmc partconf' command shows or changes PARTITION_CONFIG field.
         partitions to access
 
 The 'mmc bootpart-resize' command changes sizes of boot and RPMB partitions.
+
     dev
         device number
     boot part size MB