diff mbox series

package/makedevs: describe the recursive type in the README

Message ID 20240206090048.2214719-1-marcus.folkesson@gmail.com
State Accepted
Headers show
Series package/makedevs: describe the recursive type in the README | expand

Commit Message

Marcus Folkesson Feb. 6, 2024, 9 a.m. UTC
The recursive type is described everywhere else, so add it to
the README as well.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/makedevs/README | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN Feb. 7, 2024, 11:10 a.m. UTC | #1
Marcus, All,

On 2024-02-06 10:00 +0100, Marcus Folkesson spake thusly:
> The recursive type is described everywhere else, so add it to
> the README as well.

Instead of updating the README file, I removed it and repalced it with
a symlink to the corresponding section in the manujal, to avoid
duplicating the documentation.

Indeed, the manual section for makedevs was already recently updated,
but the README was missed. Having the symlink will prevvent the two from
diverging in the future.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/makedevs/README | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/makedevs/README b/package/makedevs/README
> index 70844bf802..6c583609a5 100644
> --- a/package/makedevs/README
> +++ b/package/makedevs/README
> @@ -26,6 +26,7 @@ where name is the file name,  type can be one of:
>  
>        f: A regular file
>        d: Directory
> +      r: Directory recursively
>        c: Character special device file
>        b: Block special device file
>        p: Fifo (named pipe)
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/makedevs/README b/package/makedevs/README
index 70844bf802..6c583609a5 100644
--- a/package/makedevs/README
+++ b/package/makedevs/README
@@ -26,6 +26,7 @@  where name is the file name,  type can be one of:
 
       f: A regular file
       d: Directory
+      r: Directory recursively
       c: Character special device file
       b: Block special device file
       p: Fifo (named pipe)