elf.5, services.5, bootparam.7, glob.7: Minor wording fix ("E.g." ==> "For example")

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-01 12:05:29 +02:00
parent 9c17409585
commit 59dc509c55
4 changed files with 5 additions and 5 deletions

View File

@ -260,7 +260,7 @@ and ABI to which the object is targeted.
Some fields in other ELF structures have flags Some fields in other ELF structures have flags
and values that have platform-specific meanings; and values that have platform-specific meanings;
the interpretation of those fields is determined by the value of this byte. the interpretation of those fields is determined by the value of this byte.
E.g.: For example:
.\" .Bl -tag -width "ELFOSABI_STANDALONE" -compact .\" .Bl -tag -width "ELFOSABI_STANDALONE" -compact
.RS 12 .RS 12
.TP 20 .TP 20
@ -390,7 +390,7 @@ A core file.
.TP .TP
.IR e_machine .IR e_machine
This member specifies the required architecture for an individual file. This member specifies the required architecture for an individual file.
E.g.: For example:
.RS 12 .RS 12
.\" .Bl -tag -width "EM_MIPS_RS4_BE" -compact .\" .Bl -tag -width "EM_MIPS_RS4_BE" -compact
.TP 12 .TP 12

View File

@ -138,7 +138,7 @@ not stripped.
can be any printable characters excluding space and tab. can be any printable characters excluding space and tab.
However, a conservative choice of characters should be used to minimize However, a conservative choice of characters should be used to minimize
compatibility problems. compatibility problems.
E.g., a\-z, 0\-9, and hyphen (\-) would seem a For example, a\-z, 0\-9, and hyphen (\-) would seem a
sensible choice. sensible choice.
Lines not matching this format should not be present in the Lines not matching this format should not be present in the

View File

@ -210,7 +210,7 @@ The '/dev/' part is purely conventional.
The more awkward and less portable numeric specification of the above The more awkward and less portable numeric specification of the above
possible root devices in major/minor format is also accepted. possible root devices in major/minor format is also accepted.
(E.g., (For example,
.I /dev/sda3 .I /dev/sda3
is major 8, minor 3, so you could use 'root=0x803' as an is major 8, minor 3, so you could use 'root=0x803' as an
alternative.) alternative.)

View File

@ -124,7 +124,7 @@ one can force the classical behavior using this command:
.\" In Bash v1, by setting allow_null_glob_expansion=true .\" In Bash v1, by setting allow_null_glob_expansion=true
(Similar problems occur elsewhere. (Similar problems occur elsewhere.
E.g., where old scripts have For example, where old scripts have
.nf .nf
rm \`find . \-name "*~"\` rm \`find . \-name "*~"\`