diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-03-28 22:24:49 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 09:30:35 +0100 |
commit | 6167a2cac6a28659b52a6ec5ba3369758fd959fc (patch) | |
tree | 1914cf477c0019063d8fe69717a802b8f018ef54 /docs/manual/adding-packages-generic.txt | |
parent | 200058c153966c864957411205887380f428c7da (diff) | |
download | buildroot-6167a2cac6a28659b52a6ec5ba3369758fd959fc.tar.gz buildroot-6167a2cac6a28659b52a6ec5ba3369758fd959fc.zip |
manual: fix typo in abbreviation 'e.g.'
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-generic.txt')
-rw-r--r-- | docs/manual/adding-packages-generic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index e125498410..faee3e9e69 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -150,7 +150,7 @@ On line 31..33, we define a device-node file used by this package On line 35..37, we define the permissions to set to specific files installed by this package (+LIBFOO_PERMISSIONS+). -On lines 39..41, we define a user that is used by this package (eg. +On lines 39..41, we define a user that is used by this package (e.g. to run a daemon as non-root) (+LIBFOO_USERS+). Finally, on line 43, we call the +generic-package+ function, which @@ -335,7 +335,7 @@ information is (assuming the package name is +libfoo+) : This variable is optional. * +LIBFOO_USERS+ lists the users to create for this package, if it installs - a program you want to run as a specific user (eg. as a daemon, or as a + a program you want to run as a specific user (e.g. as a daemon, or as a cron-job). The syntax is similar in spirit to the makedevs one, and is described in the xref:makeuser-syntax[]. This variable is optional. |