diff options
author | 2019-03-04 15:25:16 +0000 | |
---|---|---|
committer | 2019-03-04 15:25:16 +0000 | |
commit | 53bd9ac7350dfbcc9c55b2236a488e8ab35b9485 (patch) | |
tree | 3f092593cc561a46cada2cc396b7a50b78f05652 | |
parent | known fact, check-lib-depends does not understand subdirectories (diff) | |
download | wireguard-openbsd-53bd9ac7350dfbcc9c55b2236a488e8ab35b9485.tar.xz wireguard-openbsd-53bd9ac7350dfbcc9c55b2236a488e8ab35b9485.zip |
BUGS goes last;
-rw-r--r-- | share/man/man1/check-lib-depends.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man1/check-lib-depends.1 b/share/man/man1/check-lib-depends.1 index 856f39a2244..bfec53bd757 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.2 2019/03/04 14:10:33 espie Exp $ +.\" $OpenBSD: check-lib-depends.1,v 1.3 2019/03/04 15:25:16 jmc Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -138,14 +138,14 @@ option is used, .Nm will retrieve the packing-list from stdin, and scan the package according to other options. +.Sh SEE ALSO +.Xr ldd 1 , +.Xr objdump 1 , +.Xr bsd.port.mk 5 , +.Xr elf 5 .Sh BUGS Currently, .Nm doesn't handle libraries living in subdirectories of .Sq ${LOCALBASE} correctly. -.Sh SEE ALSO -.Xr ldd 1 , -.Xr objdump 1 , -.Xr bsd.port.mk 5 , -.Xr elf 5 |