svn commit: r340975 - head/usr.bin/clang/llvm-objdump

Ed Maste emaste at FreeBSD.org
Mon Nov 26 15:12:59 UTC 2018


Author: emaste
Date: Mon Nov 26 15:12:58 2018
New Revision: 340975
URL: https://svnweb.freebsd.org/changeset/base/340975

Log:
  llvm-objdump.1: fix igor / mandoc -Tlint warnings
  
  Accidentally omitted from r340972.

Modified:
  head/usr.bin/clang/llvm-objdump/llvm-objdump.1

Modified: head/usr.bin/clang/llvm-objdump/llvm-objdump.1
==============================================================================
--- head/usr.bin/clang/llvm-objdump/llvm-objdump.1	Mon Nov 26 15:11:32 2018	(r340974)
+++ head/usr.bin/clang/llvm-objdump/llvm-objdump.1	Mon Nov 26 15:12:58 2018	(r340975)
@@ -87,7 +87,8 @@ for more.
 .It Fl -lazy-bind
 Display mach-o lazy binding info.
 .It Fl -line-numbers
-Display source line numbers with disassembly. Implies disassemble object.
+Display source line numbers with disassembly.
+Implies disassemble object.
 .It Fl -macho
 Use MachO specific object file parser.
 .It Fl -mattr Ns = Ns Ar attribute ...
@@ -177,7 +178,7 @@ Print the offset to each archive member for Mach-O arc
 Requires
 .Fl -macho
 and
-.Fl -archive-headers.
+.Fl -archive-headers .
 .It Fl -data-in-code
 Print the data in code table for Mach-O objects.
 .It Fl -dis-symname Ns = Ns Ar symbol


More information about the svn-src-head mailing list