summaryrefslogtreecommitdiffstats
path: root/share/man/man5/elf.5
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man5/elf.5
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man5/elf.5')
-rw-r--r--share/man/man5/elf.514
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index bc7e831..f31fe2b 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -706,7 +706,7 @@ The section holds information defined by the program, whose
format and meaning are determined solely by the program.
.It Dv SHT_SYMTAB
This section holds a symbol table.
-Typically,
+Typically,
.Sy SHT_SYMTAB
provides symbols for link editing, though it may also be used
for dynamic linking.
@@ -998,7 +998,7 @@ will include the
.Sy SHF_ALLOC
bit.
Otherwise the bit will be off.
-By convention,
+By convention,
.Dq NAME
is supplied by the section to which the relocations apply.
Thus a relocation
@@ -1020,7 +1020,7 @@ By convention,
.Dq NAME
is supplied by the section to which the relocations apply.
Thus a relocation
-section for
+section for
.Sy .text
normally would have the name
.Sy .rela.text .
@@ -1034,7 +1034,7 @@ This section is of type
The attribute used is
.Sy SHF_ALLOC .
.It .rodata1
-This section hold read-only data that typically contributes to a
+This section hold read-only data that typically contributes to a
non-writable segment in the process image.
This section is of type
.Sy SHT_PROGBITS .
@@ -1225,7 +1225,7 @@ header table index.
.Pp
Relocation is the process of connecting symbolic references with
symbolic definitions.
-Relocatable files must have information that
+Relocatable files must have information that
describes how to modify their section contents, thus allowing executable
and shared object files to hold the right information for a process'
program image.
@@ -1310,13 +1310,13 @@ stored into the relocatable field.
.%B "Executable and Linking Format (ELF)"
.Re
.Sh HISTORY
-The ELF header files made their appearance in
+The ELF header files made their appearance in
.Fx 2.2.6 .
ELF in itself first appeared in
.At V .
The ELF format is an adopted standard.
.Sh AUTHORS
-This manual page was written by
+This manual page was written by
.An Jeroen Ruigrok van der Werven
.Aq asmodai@FreeBSD.org
with inspiration from BSDi's BSD/OS
OpenPOWER on IntegriCloud