Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2009 21:13:47 -0800 (PST)
From:      Michael Haro <mharo@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/140962: ldd man page example bug
Message-ID:  <200911280513.nAS5DlfZ042540@coffee.bitsurf.net>
Resent-Message-ID: <200911280520.nAS5K2rl031858@freefall.freebsd.org>

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

>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@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:



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