diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-11 18:38:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-06-11 18:38:47 +0000 |
commit | 2d4ccbaed9a54c589b9d1e53a1ab7f42968f871e (patch) | |
tree | 141074b17d7d0ed943d50a3645255644c2301c53 /lib | |
parent | 4ff903e74afafe94d506392bcdc31a7cdfce3f71 (diff) |
fix bogus cross references: there is no ELF(3) manual page;
pointed out by naddy@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libelf/elf.3 | 8 |
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 , |