diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 12:54:20 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 13:43:30 +0200 |
| commit | 370fa6de51dec7267704709f08a627e80a97bdd8 (patch) | |
| tree | cde70f510152f616aae2d82a05ce90feeb36523e | |
| parent | 85e10b8c43c444ab9e43e23ea57ae9abb600fd1c (diff) | |
| download | man-pages-370fa6de51dec7267704709f08a627e80a97bdd8.tar.gz | |
ldconfig.8: srcfix: FIXME tidy-up
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man8/ldconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 233647ebb6..b1b95b869c 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -180,6 +180,9 @@ Unless .B \-N is also specified, the cache is still rebuilt. .SH FILES +.\" FIXME Since glibc-2.3.4, "include" directives are supported in ld.so.conf +.\" +.\" FIXME Since glibc-2.4, "hwcap" directives are supported in ld.so.conf .PD 0 .TP 20 .I /lib/ld.so @@ -188,8 +191,6 @@ Run-time linker/loader. .I /etc/ld.so.conf File containing a list of directories, one per line, in which to search for libraries. -.\" FIXME Since glibc-2.3.4, "include" directives are supported in ld.so.conf -.\" FIXME Since glibc-2.4, "hwcap" directives are supported in ld.so.conf .TP 20 .I /etc/ld.so.cache File containing an ordered list of libraries found in the directories |
