Bug 15130 - Typo in ld(1)
Summary: Typo in ld(1)
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.24
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 19:46 UTC by Reuben Thomas
Modified: 2013-02-10 23:53 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Thomas 2013-02-10 19:46:21 UTC
The ld(1) man page has a typo (different one from bug #11330!): under -rpath-link=dir:

"5. For a native linker, the search the contents…"

should be:

"5. For a native linker, search the contents…"
Comment 1 Sourceware Commits 2013-02-10 23:52:57 UTC
CVSROOT:	/cvs/src
Module name:	src
Changes by:	amodra@sourceware.org	2013-02-10 23:52:51

Modified files:
	ld             : ChangeLog ld.texinfo 

Log message:
	PR ld/15130
	* ld.texinfo (-rpath-link): Typo fix.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2552&r2=1.2553
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.292&r2=1.293
Comment 2 Alan Modra 2013-02-10 23:53:22 UTC
Fixed