Bug 142168

Summary: [patch] ld(1): ldd(1) not mentioned in ld(1) manpage
Product: Documentation Reporter: Frank Shute <frank>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Frank Shute 2009-12-30 14:20:00 UTC
ldd(1) isn't mentioned in the "see also" section of the ld(1)
manpage but should be (IMHO).

Fix: 

Put ldd(1) in the "see also" section of the ld(1) manpage.
Comment 1 Mark Linimon 2010-01-21 05:01:44 UTC
----- Forwarded message from Frank Shute <frank@shute.org.uk> -----

From: Frank Shute <frank@shute.org.uk>
To: docs@freebsd.org
Subject: Re: docs/142168: [PATCH] ldd(1) not mentioned in ld(1) manpage
X-BeenThere: freebsd-doc@freebsd.org

On Wed, Dec 30, 2009 at 12:33:57PM +0000, Frank Shute wrote:

--- /usr/src/contrib/binutils/ld/ld.1   2004-06-16 07:55:48.000000000 +0100
+++ ld.1        2009-12-31 19:52:42.000000000 +0000
@@ -1913,7 +1913,7 @@
 options.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
-\&\fIar\fR\|(1), \fInm\fR\|(1), \fIobjcopy\fR\|(1), \fIobjdump\fR\|(1), \fIreadelf\fR\|(1) and
+\&\fIar\fR\|(1), \fIldd\fR\|(1), \fInm\fR\|(1), \fIobjcopy\fR\|(1), \fIobjdump\fR\|(1), \fIreadelf\fR\|(1) and
 the Info entries for \fIbinutils\fR and
 \&\fIld\fR.
 .SH "COPYRIGHT"

-- 

Frank

Contact info: http://www.shute.org.uk/misc/contact.html

----- End forwarded message -----
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-11-01 19:23:40 UTC
State Changed
From-To: open->closed

I agree this is a good idea, but atm 'ld' is contributed  software not 
maintained by us, so we shall not modify the man page. Thank you for 
helping to make freebsd better!