diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-19 08:12:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-20 15:55:54 +0100 |
commit | 3b1df656097b497844b02fdc58711b1a6b35ca8c (patch) | |
tree | 2b4c2a4be9f9e4753a30e19cc83bda575cf8340a /docs/manual/customize-device-permission-tables.txt | |
parent | c83604316aabbfdde3a5ca215d141cb399a67b56 (diff) | |
download | buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.tar.gz buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.zip |
manual: remove the extra whitespaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/customize-device-permission-tables.txt')
-rw-r--r-- | docs/manual/customize-device-permission-tables.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/customize-device-permission-tables.txt b/docs/manual/customize-device-permission-tables.txt index 99cf5bdd49..02dd8ad982 100644 --- a/docs/manual/customize-device-permission-tables.txt +++ b/docs/manual/customize-device-permission-tables.txt @@ -6,7 +6,7 @@ Sometimes it is needed to set specific permissions or ownership on files or device nodes. For example, certain files may need to be owned by -root. Since the post-build scripts are not run as root, you cannot do +root. Since the post-build scripts are not run as root, you cannot do such changes from there unless you use an explicit fakeroot from the post-build script. |