summaryrefslogtreecommitdiff
path: root/usr.bin/libtool/libtool.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-01-02 09:21:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-01-02 09:21:57 +0000
commit0cba6319bb914d122d649c739505b8a5b99f41d2 (patch)
tree69853f3aa00e170919a2dfcb2d6ea4f72e80617f /usr.bin/libtool/libtool.1
parent7187fba7dab29d04f99cd6d165c20b838c23d2aa (diff)
tweak previous;
Diffstat (limited to 'usr.bin/libtool/libtool.1')
-rw-r--r--usr.bin/libtool/libtool.128
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/libtool/libtool.1 b/usr.bin/libtool/libtool.1
index e2040fbf265..819de18657e 100644
--- a/usr.bin/libtool/libtool.1
+++ b/usr.bin/libtool/libtool.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: libtool.1,v 1.2 2017/01/01 18:51:40 zhuk Exp $
+.\" $OpenBSD: libtool.1,v 1.3 2017/01/02 09:21:56 jmc Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 1 2017 $
+.Dd $Mdocdate: January 2 2017 $
.Dt LIBTOOL 1
.Os
.Sh NAME
@@ -27,24 +27,24 @@ The following differences in behaviour with GNU Libtool are intentional:
.Bl -bullet
.It
Relative
-.Ar -L
+.Fl L
paths are put before absolute ones.
-This allows to fix many (but not all, unfortunately) issues when software
-links to libraries already installed instead of those just built, because,
-e.g.,
-.Ar -L/usr/local/lib
+This fixes many (but not all, unfortunately) issues when software
+links to libraries already installed instead of those just built because,
+for example,
+.Qq -L/usr/local/lib
comes before
-.Ar -L../libfoo .
+.Qq -L../libfoo .
.It
Extra (duplicate)
-.Ar -L
+.Fl L
and
-.Ar -l
-items are stripped from link command line.
+.Fl l
+items are stripped from the link command line.
.It
When both
-.Ar -lstdc++
+.Qq -lstdc++
and
-.Ar -lestdc++
-are encountered in link command line, only the latter is kept.
+.Qq -lestdc++
+are encountered in the link command line, only the latter is kept.
.El