diff options
author | 2019-03-04 14:10:33 +0000 | |
---|---|---|
committer | 2019-03-04 14:10:33 +0000 | |
commit | 6ced421c044fbbf34d9ab3284cc1c4eb2cfe6c3b (patch) | |
tree | 73da5f17833a4fd608233da0ff6b77097783f808 | |
parent | When the -S option is given to man(1) and the requested manual page (diff) | |
download | wireguard-openbsd-6ced421c044fbbf34d9ab3284cc1c4eb2cfe6c3b.tar.xz wireguard-openbsd-6ced421c044fbbf34d9ab3284cc1c4eb2cfe6c3b.zip |
known fact, check-lib-depends does not understand subdirectories
of LOCALBASE (yet)
reminded by cwen@'s question
-rw-r--r-- | share/man/man1/check-lib-depends.1 | 10 |
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 , |