mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Clarify that the ELF library only sets the sh_entsize field of a
section header entry if the application is not taking charge of ELF object layout. Update (c) years, and bump the manual page's date. Submitted by: kaiw
This commit is contained in:
parent
07f8cd18c6
commit
df7d1e2023
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177366
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2006,2007 Joseph Koshy. All rights reserved.
|
||||
.\" Copyright (c) 2006,2007-2008 Joseph Koshy. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
@ -23,7 +23,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 22, 2007
|
||||
.Dd March 19, 2008
|
||||
.Os
|
||||
.Dt ELF_UPDATE 3
|
||||
.Sh NAME
|
||||
@ -132,8 +132,8 @@ This value must be a power of two.
|
||||
.It Va sh_entsize
|
||||
Set to the size of each entry, for sections containing fixed size
|
||||
elements, or set to zero for sections without fixed size elements.
|
||||
For section contents of types known to the library, the application
|
||||
may leave this field as zero.
|
||||
If the application is not managing file layout, it may leave this
|
||||
field as zero for those sections whose types known to the library.
|
||||
.It Va sh_flags
|
||||
Set to the desired section flags.
|
||||
.It Va sh_info
|
||||
|
Loading…
Reference in New Issue
Block a user