Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 00:09:17 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329003 - head/usr.bin/clang/lld
Message-ID:  <201802080009.w1809Hjb016637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Feb  8 00:09:17 2018
New Revision: 329003
URL: https://svnweb.freebsd.org/changeset/base/329003

Log:
  ld.lld.1: explain long options may use one or two dashes

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	Wed Feb  7 23:58:00 2018	(r329002)
+++ head/usr.bin/clang/lld/ld.lld.1	Thu Feb  8 00:09:17 2018	(r329003)
@@ -47,6 +47,17 @@ 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
+Many options have both a single-letter and long form.
+When using the long form options other than those beginning with the
+letter
+.Cm o
+may be specified using either one or two dashes preceeding the option name.
+Long options beginning with
+.Cm o
+require two dashes to avoid confusion with the
+.Fl o Ar path
+option.
+.Pp
 These options are available:
 .Bl -tag -width indent
 .It Fl -allow-multiple-definition



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802080009.w1809Hjb016637>