[lld] r361345 - [docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 19:15:25 PDT 2019


Author: maskray
Date: Tue May 21 19:15:25 2019
New Revision: 361345

URL: http://llvm.org/viewvc/llvm-project?rev=361345&view=rev
Log:
[docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1

Modified:
    lld/trunk/docs/ld.lld.1

Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=361345&r1=361344&r2=361345&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Tue May 21 19:15:25 2019
@@ -279,9 +279,9 @@ Disable garbage collection of unused sec
 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.




More information about the llvm-commits mailing list