From 9a289f7b724e5d408a1e532d38b478ca3cd8427d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 1 Mar 2018 19:02:41 +0000 Subject: [PATCH] Correct man page description for --section-start The argument is section=address, not just address. (For compatibility with GNU linkers we need to, but do not yet, accept --section-start=section=address.) llvm-svn: 326463 --- lld/docs/ld.lld.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index e0f72c7..64e3e2d 100644 --- a/lld/docs/ld.lld.1 +++ b/lld/docs/ld.lld.1 @@ -308,7 +308,7 @@ and .It Fl -script Ns = Ns Ar file Read linker script from .Ar file . -.It Fl -section-start Ar address +.It Fl -section-start Ar section Ns = Ns Ar address Set address of section. .It Fl -shared Build a shared object. -- 2.7.4