diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-04 15:25:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-04 15:25:17 +0000 |
commit | c5497b89fe6aeeddb38d8ba2e1885f862900b8fa (patch) | |
tree | a51df2d1eb7616992792c98190a92e140c9fa938 /share/man/man1 | |
parent | 6357cc202b1b33c5198ffd904c5320d2030cfcd1 (diff) |
BUGS goes last;
Diffstat (limited to 'share/man/man1')
-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 |