Print this page
10229 Some man pages have incorrect cross-references

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libproc.3lib
          +++ new/usr/src/man/man3lib/libproc.3lib
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107  function to open a core file.
 108  108  Use the
 109  109  .Fn Pgrab_file
 110  110  function to open an ELF object file.
 111  111  This is useful for obtaining information stored in ELF headers and
 112  112  sections.
 113  113  .Ss Debug Information
 114  114  Many of the operations in the library rely on debug information being
 115  115  present in a process and its associated libraries.
 116  116  The library leverages symbol table information, CTF data
 117      -.Pq Xr CTF 4
      117 +.Pq Xr ctf 4
 118  118  sections, and frame unwinding information based on the use of an ABI
 119  119  defined frame pointer, e\&.g\&.
 120  120  .Sy %ebp
 121  121  and
 122  122  .Sy %rbp
 123  123  on x86 systems.
 124  124  .Pp
 125  125  Some software providers strip programs of this information or build
 126  126  their executables such that the information will not be present in a
 127  127  core dump.
↓ open down ↓ 1128 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX