aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/elf.5
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5/elf.5')
-rw-r--r--share/man/man5/elf.514
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 81376e7e6bb9..7ad469a03c3b 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -22,9 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
-.Dd November 27, 2021
+.Dd July 25, 2022
.Dt ELF 5
.Os
.Sh NAME
@@ -1022,7 +1020,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 holds read-only data that typically contributes to a
non-writable segment in the process image.
This section is of type
.Sy SHT_PROGBITS .
@@ -1103,6 +1101,10 @@ A value of
.Dv ELFCOMPRESS_ZLIB
indicates that the data is compressed using
.Xr zlib 3 .
+A value of
+.Dv ELFCOMPRESS_ZSTD
+indicates that the data is compressed using
+Zstandard.
.It Dv ch_size
The size, in bytes, of the uncompressed section data.
This corresponds to the
@@ -1337,7 +1339,7 @@ The
.Va name
and
.Va desc
-fields are padded to ensure 4-byte alignemnt.
+fields are padded to ensure 4-byte alignment.
.Va namesz
and
.Va descsz
@@ -1383,7 +1385,7 @@ writeable and executable.
.El
.Sh SEE ALSO
.Xr as 1 ,
-.Xr gdb 1 ,
+.Xr gdb 1 Pq Pa ports/devel/gdb ,
.Xr ld 1 ,
.Xr objdump 1 ,
.Xr readelf 1 ,