summaryrefslogtreecommitdiff
path: root/share/man/man1
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-03-04 14:10:34 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-03-04 14:10:34 +0000
commit6357cc202b1b33c5198ffd904c5320d2030cfcd1 (patch)
tree15658df755cadb82f169e7924dda50fe1ea435cc /share/man/man1
parent3d0ae15b738b91538f9b5b8ab024a3c8c0598a99 (diff)
known fact, check-lib-depends does not understand subdirectories
of LOCALBASE (yet) reminded by cwen@'s question
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/check-lib-depends.110
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man1/check-lib-depends.1 b/share/man/man1/check-lib-depends.1
index 8362699c495..856f39a2244 100644
--- a/share/man/man1/check-lib-depends.1
+++ b/share/man/man1/check-lib-depends.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: check-lib-depends.1,v 1.1 2018/06/26 05:38:49 espie Exp $
+.\" $OpenBSD: check-lib-depends.1,v 1.2 2019/03/04 14:10:33 espie Exp $
.\"
.\" Copyright (c) 2010 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: June 26 2018 $
+.Dd $Mdocdate: March 4 2019 $
.Dt CHECK-LIB-DEPENDS 1
.Os
.Sh NAME
@@ -138,6 +138,12 @@ option is used,
.Nm
will retrieve the packing-list from stdin, and scan the package according
to other options.
+.Sh BUGS
+Currently,
+.Nm
+doesn't handle libraries living in subdirectories of
+.Sq ${LOCALBASE}
+correctly.
.Sh SEE ALSO
.Xr ldd 1 ,
.Xr objdump 1 ,