diff options
| -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. |

