Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/elftoolchain/dist/libelf Replace Xr to itself w...



details:   https://anonhg.NetBSD.org/src/rev/8c0e00674dc3
branches:  trunk
changeset: 815074:8c0e00674dc3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 07:06:11 2016 +0000

description:
Replace Xr to itself with Nm.

diffstat:

 external/bsd/elftoolchain/dist/libelf/elf.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b75cec958bc3 -r 8c0e00674dc3 external/bsd/elftoolchain/dist/libelf/elf.3
--- a/external/bsd/elftoolchain/dist/libelf/elf.3       Thu Apr 28 01:57:45 2016 +0000
+++ b/external/bsd/elftoolchain/dist/libelf/elf.3       Thu Apr 28 07:06:11 2016 +0000
@@ -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 @@
 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 @@
 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 @@
 constraints.
 .Pp
 Accordingly, the
-.Xr ELF 3
+.Nm
 library offers translation facilities
 .Xr ( elf32_xlatetof 3 ,
 .Xr elf32_xlatetom 3 ,



Home | Main Index | Thread Index | Old Index