Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 16:11:41 +0100 (CET)
From:      Staffan Ulfberg <staffanu@nada.kth.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/24869: Some text elf.5 is duplicated
Message-ID:  <200102051511.f15FBfP05681@multivac.fatburen.org>

next in thread | raw e-mail | index | archive | help

>Number:         24869
>Category:       docs
>Synopsis:       Some text elf.5 is duplicated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 05 07:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Staffan Ulfberg
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Some text in the elf.5 man page is duplicated.  It seems that someone
slipped on the paste key while editing the page.

>How-To-Repeat:

man elf

>Fix:

Apply the following patch to /usr/src/share/man/man5/elf.5

*** elf.5	Mon Feb  5 15:57:57 2001
--- elf.5.new	Mon Feb  5 15:50:08 2001
***************
*** 346,393 ****
  If the file has no section name string
  table, this member holds the value
  .Sy SHN_UNDEF .
- .Pp
- .Bl -tag -width "SHN_LORESERVE" -compact
- .It Dv SHN_UNDEF
- This value marks an undefined, missing, irrelevant, or otherwise meaningless
- section reference.
- For example, a symbol
- .Dq defined
- relative to section number
- .Sy SHN_UNDEF
- is an undefined symbol.
- .It Dv SHN_LORESERVE
- This value specifies the lower bound of the range of reserved indexes.
- .It Dv SHN_LOPROC
- This value up to and including
- .Sy SHN_HIPROC
- are reserved for processor-specific semantics.
- .It Dv SHN_HIPROC
- This value down to and including
- .Sy SHN_LOPROC
- are reserved for processor-specific semantics.
- .It Dv SHN_ABS
- This value specifies absolute values for the corresponding reference.
- For
- example, symbols defined relative to section number
- .Sy SHN_ABS
- have absolute values and are not affected by relocation.
- .It Dv SHN_COMMON
- Symbols defined relative to this section are common symbols, such as Fortran
- COMMON or unallocated C external variables.
- .It Dv SHN_HIRESERVE
- This value specifies the upper bound of the range of the range of reserved
- indices between
- .Sy SHN_LORESERVE
- and
- .Sy SHN_HIRESERVE ,
- inclusive; the values do
- not reference the section header table.
- That is, the section header table
- does
- .Em not
- contain entries for the reserved indices.
- .El
  .El
  .Pp
  An executable or shared object file's program header table is an array of
--- 346,351 ----
***************
*** 579,586 ****
  .Pp
  .Bl -tag -width "SHN_LORESERVE" -compact
  .It Dv SHN_UNDEF
! This value marks an undefined, missing, irrelevant or otherwise meaningless
  section reference.
  .It Dv SHN_LORESERVE
  This value specifies the lower bound of the range of reserved indices.
  .It Dv SHN_LOPROC
--- 537,549 ----
  .Pp
  .Bl -tag -width "SHN_LORESERVE" -compact
  .It Dv SHN_UNDEF
! This value marks an undefined, missing, irrelevant, or otherwise meaningless
  section reference.
+ For example, a symbol
+ .Dq defined
+ relative to section number
+ .Sy SHN_UNDEF
+ is an undefined symbol.
  .It Dv SHN_LORESERVE
  This value specifies the lower bound of the range of reserved indices.
  .It Dv SHN_LOPROC

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102051511.f15FBfP05681>