Module Name: src Committed By: wiz Date: Thu Apr 28 07:06:12 UTC 2016
Modified Files: src/external/bsd/elftoolchain/dist/libelf: elf.3 Log Message: Replace Xr to itself with Nm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/elftoolchain/dist/libelf/elf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/elftoolchain/dist/libelf/elf.3 diff -u src/external/bsd/elftoolchain/dist/libelf/elf.3:1.3 src/external/bsd/elftoolchain/dist/libelf/elf.3:1.4 --- src/external/bsd/elftoolchain/dist/libelf/elf.3:1.3 Sat Feb 20 02:43:42 2016 +++ src/external/bsd/elftoolchain/dist/libelf/elf.3 Thu Apr 28 07:06:11 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: elf.3,v 1.3 2016/02/20 02:43:42 christos Exp $ +.\" $NetBSD: elf.3,v 1.4 2016/04/28 07:06:11 wiz Exp $ .\" .\" Copyright (c) 2006-2008,2011 Joseph Koshy. All rights reserved. .\" @@ -52,7 +52,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 +.Nm functions that comprise the library. .Ss ELF Concepts As described in @@ -93,7 +93,7 @@ This version number determines the layou 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 @@ -111,7 +111,7 @@ and follow different constraints on obje constraints. .Pp Accordingly, the -.Xr ELF 3 +.Nm library offers translation facilities .Xr ( elf32_xlatetof 3 , .Xr elf32_xlatetom 3 ,