diff mbox

[2/2] docs: fix syntax error in makedev-syntax example. In the makedev syntax documentation, one of the examples lacks the "mode" value.

Message ID 1457294608-2129-2-git-send-email-alan@tkos.co.il
State Superseded
Headers show

Commit Message

Alan Yaniger March 6, 2016, 8:03 p.m. UTC
Signed-off-by: Alan Yaniger <alan@tkos.co.il>
---
 docs/manual/makedev-syntax.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN March 8, 2016, 8:20 p.m. UTC | #1
Alan, All,

On 2016-03-06 22:03 +0200, Alan Yaniger spake thusly:
> Signed-off-by: Alan Yaniger <alan@tkos.co.il>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/makedev-syntax.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
> index 0bbc16e..e4dffc9 100644
> --- a/docs/manual/makedev-syntax.txt
> +++ b/docs/manual/makedev-syntax.txt
> @@ -44,7 +44,7 @@ this syntax, you will need to write:
>  ----
>  /usr/bin/foo f 755 0 0 - - - - -
>  /usr/bin/bar f 755 root root - - - - -
> -/data/buz f buz-user buz-group - - - - -
> +/data/buz f 644 buz-user buz-group - - - - -
>  ----
>  
>  Alternatively, if you want to change owner/permission of a directory
> -- 
> 1.9.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Baruch Siach March 9, 2016, 4:22 a.m. UTC | #2
Hi Yann,

On Tue, Mar 08, 2016 at 09:20:40PM +0100, Yann E. MORIN wrote:
> On 2016-03-06 22:03 +0200, Alan Yaniger spake thusly:
> > Signed-off-by: Alan Yaniger <alan@tkos.co.il>
> 
> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

This patch is marked 'Superseded' in patchwork already. The updated patch is 
at http://patchwork.ozlabs.org/patch/592587/.

baruch

> >  docs/manual/makedev-syntax.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
> > index 0bbc16e..e4dffc9 100644
> > --- a/docs/manual/makedev-syntax.txt
> > +++ b/docs/manual/makedev-syntax.txt
> > @@ -44,7 +44,7 @@ this syntax, you will need to write:
> >  ----
> >  /usr/bin/foo f 755 0 0 - - - - -
> >  /usr/bin/bar f 755 root root - - - - -
> > -/data/buz f buz-user buz-group - - - - -
> > +/data/buz f 644 buz-user buz-group - - - - -
> >  ----
> >  
> >  Alternatively, if you want to change owner/permission of a directory
diff mbox

Patch

diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
index 0bbc16e..e4dffc9 100644
--- a/docs/manual/makedev-syntax.txt
+++ b/docs/manual/makedev-syntax.txt
@@ -44,7 +44,7 @@  this syntax, you will need to write:
 ----
 /usr/bin/foo f 755 0 0 - - - - -
 /usr/bin/bar f 755 root root - - - - -
-/data/buz f buz-user buz-group - - - - -
+/data/buz f 644 buz-user buz-group - - - - -
 ----
 
 Alternatively, if you want to change owner/permission of a directory