diff options
author | 2020-04-02 12:41:12 +0000 | |
---|---|---|
committer | 2020-04-08 13:33:53 +0200 | |
commit | 0a089edb6ba3a4021b7c70103168be78b03e6c79 (patch) | |
tree | b30ad9c7b3fe113288e85839f676e99106ca7d05 | |
parent | 450918e9c4b8b83cd0e81c5933f0389bf3c60e47 (diff) | |
download | buildroot-0a089edb6ba3a4021b7c70103168be78b03e6c79.tar.gz buildroot-0a089edb6ba3a4021b7c70103168be78b03e6c79.tar.bz2 |
docs/manual: minor typo fix
Definition of LIBFOO_USERS actually ends on 33rd line.
Signed-off-by: Nazım Gediz Aydındoğmuş <gediz.aydindogmus@genemek.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 61f01794c806fc5e4e225436bff49be9febf6c23)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/manual/adding-packages-generic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index e875f9b76a..9fbc368129 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -142,7 +142,7 @@ All these steps rely on the +$(@D)+ variable, which contains the directory where the source code of the package has been extracted. -On lines 31..43, we define a user that is used by this package (e.g. +On lines 31..33, we define a user that is used by this package (e.g. to run a daemon as non-root) (+LIBFOO_USERS+). On line 35..37, we define a device-node file used by this package |