summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-06-11 18:38:46 +0000
committerschwarze <schwarze@openbsd.org>2019-06-11 18:38:46 +0000
commit614db50e6efebacf09acfa2f4ec75f8417c0841e (patch)
treeb1341435e35adf0723ff8617721046716f9ed2dd
parentdo not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.: (diff)
downloadwireguard-openbsd-614db50e6efebacf09acfa2f4ec75f8417c0841e.tar.xz
wireguard-openbsd-614db50e6efebacf09acfa2f4ec75f8417c0841e.zip
fix bogus cross references: there is no ELF(3) manual page;
pointed out by naddy@
-rw-r--r--lib/libelf/elf.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3
index 497808efd3f..3ace373a800 100644
--- a/lib/libelf/elf.3
+++ b/lib/libelf/elf.3
@@ -21,7 +21,7 @@
.\" out of the use of this software, even if advised of the possibility of
.\" such damage.
.\"
-.\" $Id: elf.3,v 1.3 2019/06/11 18:30:31 schwarze Exp $
+.\" $Id: elf.3,v 1.4 2019/06/11 18:38:46 schwarze Exp $
.\"
.Dd February 5, 2019
.Dt ELF 3
@@ -50,7 +50,7 @@ section numbering.
This manual page serves to provide an overview of the functionality in
the ELF library.
Further information may found in the manual pages for individual
-.Xr ELF 3
+.Fn *elf*
functions that comprise the library.
.Ss ELF Concepts
As described in
@@ -91,7 +91,7 @@ This version number determines the layout of the individual components
of an ELF file and the semantics associated with these.
.Ss Data Representation And Translation
The
-.Xr ELF 3
+.Nm
library distinguishes between
.Dq native
representations of ELF data structures and their
@@ -109,7 +109,7 @@ and follow different constraints on object alignment than these native
constraints.
.Pp
Accordingly, the
-.Xr ELF 3
+.Nm
library offers translation facilities
.Xr ( elf32_xlatetof 3 ,
.Xr elf32_xlatetom 3 ,