/usr/share/doc/libjnr-netdb-java-doc/README is in libjnr-netdb-java-doc 1.1.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | jnr-netdb is a java interface to getservbyname(3), getservbyport(3).
It tries to use the native functions if possible, falling back to parsing
/etc/services directly, and finally to an inbuilt table for use in environments
where neither native code, nor filesystem access is possible.
|