diff options
author | Ed Maste <emaste@freebsd.org> | 2018-03-01 19:02:41 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2018-03-01 19:02:41 +0000 |
commit | 9a289f7b724e5d408a1e532d38b478ca3cd8427d (patch) | |
tree | fc935a077141cc81703e51e1d918dac78ce8c1fb | |
parent | 61199443fe1f6d91662c61d383e37f8a89d8c210 (diff) | |
download | bcm5719-llvm-9a289f7b724e5d408a1e532d38b478ca3cd8427d.tar.gz bcm5719-llvm-9a289f7b724e5d408a1e532d38b478ca3cd8427d.zip |
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
-rw-r--r-- | lld/docs/ld.lld.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index e0f72c71add..64e3e2dc624 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. |