svn commit: r328810 - head/usr.bin/clang/lld

Ed Maste emaste at FreeBSD.org
Fri Feb 2 21:52:00 UTC 2018


Author: emaste
Date: Fri Feb  2 21:52:00 2018
New Revision: 328810
URL: https://svnweb.freebsd.org/changeset/base/328810

Log:
  ld.lld.1: miscellaneous style improvements
  
  Submitted by:	wblock in review D13813

Modified:
  head/usr.bin/clang/lld/ld.lld.1

Modified: head/usr.bin/clang/lld/ld.lld.1
==============================================================================
--- head/usr.bin/clang/lld/ld.lld.1	Fri Feb  2 21:25:32 2018	(r328809)
+++ head/usr.bin/clang/lld/ld.lld.1	Fri Feb  2 21:52:00 2018	(r328810)
@@ -36,7 +36,7 @@
 .Op Ar options
 .Ar objfile ...
 .Sh DESCRIPTION
-A linker takes one or more object, archive and library files, and combines
+A linker takes one or more object, archive, and library files, and combines
 them into an output file (an executable, a shared library, or another object
 file).
 It relocates code and data from the input files and resolves symbol
@@ -47,7 +47,7 @@ is a drop-in replacement for the GNU BFD and gold link
 It accepts most of the same command line arguments and linker scripts
 as GNU linkers.
 .Pp
-The following options are available:
+These options are available:
 .Bl -tag -width indent
 .It Fl -allow-multiple-definition
 Allow multiple definitions.
@@ -218,7 +218,7 @@ Include hotness information in the optimization remark
 .It Fl O Ar value
 Optimize output file size.
 .It Fl o Ar path
-Write the output executable, library or object to
+Write the output executable, library, or object to
 .Ar path .
 If not specified,
 .Dv a.out
@@ -333,7 +333,7 @@ Read a version script.
 .It Fl V , Fl -version
 Display the version number and exit.
 .It Fl v
-Display the version number, and proceed with linking if object files are
+Display the version number and proceed with linking if object files are
 specified.
 .It Fl -warn-common
 Warn about duplicate common symbols.


More information about the svn-src-head mailing list