diff options
| author | Fangrui Song <maskray@google.com> | 2019-05-22 02:15:25 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-05-22 02:15:25 +0000 |
| commit | b372259aceee8d5bdbdcc83a6feec4c95aad121d (patch) | |
| tree | a6ad5e5b179aaaf53b14e9808b6c4ddcb0df0b00 | |
| parent | 24d27689bc9c975d047cd9d6216a3d65fbd96f26 (diff) | |
| download | bcm5719-llvm-b372259aceee8d5bdbdcc83a6feec4c95aad121d.tar.gz bcm5719-llvm-b372259aceee8d5bdbdcc83a6feec4c95aad121d.zip | |
[docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1
llvm-svn: 361345
| -rw-r--r-- | lld/docs/ld.lld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index 91492bd3824..1a2fe614d24 100644 --- a/lld/docs/ld.lld.1 +++ b/lld/docs/ld.lld.1 @@ -279,9 +279,9 @@ Disable garbage collection of unused sections. Disable STB_GNU_UNIQUE symbol binding. .It Fl -no-merge-exidx-entries Disable merging .ARM.exidx entries. -.It F1 -no-nmagic +.It Fl -no-nmagic Page align sections. -.It F1 -no-omagic +.It Fl -no-omagic Do not set the text data sections to be writable, page align sections. .It Fl -no-rosegment Do not put read-only non-executable sections in their own segment. |

