From fc543c762319ae25d7c5f454b2eca54a7ce60713 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jan 2016 08:52:52 +0100 Subject: [PATCH] elf.5: tfix Signed-off-by: Michael Kerrisk --- man5/elf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man5/elf.5 b/man5/elf.5 index 34c42a52c..fb4ee30bd 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -222,7 +222,7 @@ This defines the 64-bit architecture. .BR EI_DATA The sixth byte specifies the data encoding of the processor-specific data in the file. -Currently these encodings are supported: +Currently, these encodings are supported: .\" .Bl -tag -width "ELFDATA2LSB" -compact .RS 12 .TP 14 @@ -528,7 +528,7 @@ file has no section header table, this member holds zero. .IR e_flags This member holds processor-specific flags associated with the file. Flag names take the form EF_`machine_flag'. -Currently no flags have been defined. +Currently, no flags have been defined. .TP .IR e_ehsize This member holds the ELF header's size in bytes.