Преглед на файлове

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>
Jerzy Grzegorek преди 11 години
родител
ревизия
6167a2cac6
променени са 2 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 2 2
      docs/manual/adding-packages-generic.txt
  2. 4 4
      docs/manual/common-usage.txt

+ 2 - 2
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
 On line 35..37, we define the permissions to set to specific files
 installed by this package (+LIBFOO_PERMISSIONS+).
 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+).
 to run a daemon as non-root) (+LIBFOO_USERS+).
 
 
 Finally, on line 43, we call the +generic-package+ function, which
 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.
   This variable is optional.
 
 
 * +LIBFOO_USERS+ lists the users to create for this package, if it installs
 * +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
   cron-job). The syntax is similar in spirit to the makedevs one, and is
   described in the xref:makeuser-syntax[]. This variable is optional.
   described in the xref:makeuser-syntax[]. This variable is optional.
 
 

+ 4 - 4
docs/manual/common-usage.txt

@@ -116,7 +116,7 @@ Dealing efficiently with filesystem images
 
 
 Filesystem images can get pretty big, depending on the filesystem you choose,
 Filesystem images can get pretty big, depending on the filesystem you choose,
 the number of packages, whether you provisioned free space... Yet, some
 the number of packages, whether you provisioned free space... Yet, some
-locations in the filesystems images may just be _empty_ (eg. a long run of
+locations in the filesystems images may just be _empty_ (e.g. a long run of
 'zeroes'); such a file is called a _sparse_ file.
 'zeroes'); such a file is called a _sparse_ file.
 
 
 Most tools can handle sparse files efficiently, and will only store or write
 Most tools can handle sparse files efficiently, and will only store or write
@@ -139,12 +139,12 @@ For example:
 Other tools may have similar options. Please consult their respective man
 Other tools may have similar options. Please consult their respective man
 pages.
 pages.
 
 
-You can use sparse files if you need to store the filesystem images (eg.
-to transfer from one machine to another), or if you need to send them (eg.
+You can use sparse files if you need to store the filesystem images (e.g.
+to transfer from one machine to another), or if you need to send them (e.g.
 to the Q&A team).
 to the Q&A team).
 
 
 Note however that flashing a filesystem image to a device while using the
 Note however that flashing a filesystem image to a device while using the
-sparse mode of +dd+ may result in a broken filesystem (eg. the block bitmap
+sparse mode of +dd+ may result in a broken filesystem (e.g. the block bitmap
 of an ext2 filesystem may be corrupted; or, if you have sparse files in
 of an ext2 filesystem may be corrupted; or, if you have sparse files in
 your filesystem, those parts may not be all-zeroes when read back). You
 your filesystem, those parts may not be all-zeroes when read back). You
 should only use sparse files when handling files on the build machine, not
 should only use sparse files when handling files on the build machine, not