docs/140962: ldd man page example bug

Michael Haro mharo at FreeBSD.org
Sat Nov 28 05:20:02 UTC 2009


>Number:         140962
>Category:       docs
>Synopsis:       ldd man page example bug
>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:   Sat Nov 28 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD coffee.bitsurf.net 8.0-STABLE FreeBSD 8.0-STABLE #1: Thu Nov 26 21:53:31 PST 2009 root at coffee.bitsurf.net:/usr/obj/usr/src/sys/KERNEL amd64


>Description:

	man ldd says:
           find . -type f | xargs -n1 file -F   | grep ELF | cut -f1 -d' ' |
           xargs ldd -f '%A %o\n' | grep libc.so.6

>How-To-Repeat:
	man ldd
>Fix:
	   find . -type f | xargs -n1 file -F  ' ' | grep ELF | cut -f1 -d' ' |
	(add the single quotes after -F)

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



More information about the freebsd-doc mailing list