From: Nazım Gediz AYDINDOĞMUŞ Date: Thu, 2 Apr 2020 12:41:12 +0000 (+0000) Subject: docs/manual: minor typo fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61f01794c806fc5e4e225436bff49be9febf6c23;p=buildroot.git docs/manual: minor typo fix Definition of LIBFOO_USERS actually ends on 33rd line. Signed-off-by: Nazım Gediz Aydındoğmuş Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 8ee51ca57d..ed1e6acf57 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