From 0ba96b399d70eac60ece03f4e438125736169d5b Mon Sep 17 00:00:00 2001 From: Tobias Kellner Date: Tue, 27 Oct 2015 20:12:12 +0100 Subject: JavaDoc fixes --- smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java') diff --git a/smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java b/smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java index 5aed2c2d..94d964c2 100644 --- a/smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java +++ b/smcc/src/main/java/at/gv/egiz/smcc/util/LinuxLibraryFinder.java @@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory; * There is one exception to this rule, the ELF variables DT_RPATH and * DT_RUNPATH are not evaluated, because they are not available in java. * - * @author Tobias Wich + * @author Tobias Wich <tobias.wich@ecsec.de> */ public class LinuxLibraryFinder { @@ -51,6 +51,7 @@ public class LinuxLibraryFinder { *

* The algorithm to find the library can be found in the ld.so(8) manpage and * is as follows: + *

*
    *
  1. Check paths in {@code LD_LIBRARY_PATH} environment variable.
  2. *
  3. Check for library in {@code /etc/ld.so.cache} by executing @@ -58,7 +59,6 @@ public class LinuxLibraryFinder { *
  4. Check the base library paths {@code /lib} and {@code /usr/lib} or * {@code /lib64} and {@code /usr/lib64} depending on the architecture.
  5. *
- *

* * @param name * Name of the library, such as pcsclite. -- cgit v1.2.3