Bug 66265

Summary: [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_FMT[12] are for in ldd/rtld
Product: Documentation Reporter: Michel Lavondes <fox>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michel Lavondes 2004-05-04 19:10:17 UTC
ldd(1) and rtld(1) are vague about the effect of repeated -f options, or the difference between LD_TRACE_LOADED_OBJECTS_FMT1 and LD_TRACE_LOADED_OBJECTS_FMT2. This makes clear that one is for libraries, the other for shared objects.

How-To-Repeat: man ldd
man rtld
(not tested on -current, but I looked at the CVS repo and didn't see anything along those lines.)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-12 12:29:44 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-12 13:23:49 UTC
pav         2007-05-12 12:23:41 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    usr.bin/ldd          ldd.1 
  Log:
  Expand documentation of -f option
  
  PR:             docs/66265
  Submitted by:   Michel Lavondes <fox@vader.aacc.cc.md.us>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.24      +8 -1      src/usr.bin/ldd/ldd.1
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-05-12 13:24:54 UTC
pav         2007-05-12 12:24:49 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    libexec/rtld-elf     rtld.1 
  Log:
  Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables
  
  PR:             docs/66265 (inspired by)
  Submitted by:   Michel Lavondes <fox@vader.aacc.cc.md.us>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.44      +6 -0      src/libexec/rtld-elf/rtld.1
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"