LD(1) General Commands Manual LD(1)

ld
linker for binary object files

Most importantly, the old description line “Using LD, the GNU linker” was completely bogus:
What remains is just one single word, “linker”. While the one-line description should indeed be concise, it should also be clear. Even though it is not usually a complete sentence, having some kind of a predicate (which action is performed) and some kind of an object (what does the program operate on) is often helpful.
When designing a one-line description, keep in mind that people often search for it with apropos(1), so try to include relevant search terms — of course, without making it sound awkward. For this reason, “linker for binary object files” is minimally better than “link binary object files” because people might search for both “link” or “linker”. While “binary object files” might seem slightly redundant, it is arguably better than just “object files” for the same reason, and because it avoids the inherent ambiguity of the term “object”.
Time spent polishing the one-line description to be as descriptive and concise as possible is almost always well spent. It is the very first thing people see of the manual page, and in the context of apropos(1), it's all people have to judge whether that's the page they want to read.
Also note the following details:
September 22, 2015 bsd.lv