summaryrefslogtreecommitdiffstats
path: root/man8/ldconfig.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:07 +0000
commit3af6d22bb3850ab2bac67287e3a3d3b0e32868e5 (patch)
tree3ee7a3ec64525911fa865bb984c86d997d855527 /man8/ldconfig.8
parentAdding debian version 6.05.01-1. (diff)
downloadmanpages-3af6d22bb3850ab2bac67287e3a3d3b0e32868e5.tar.xz
manpages-3af6d22bb3850ab2bac67287e3a3d3b0e32868e5.zip
Merging upstream version 6.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man8/ldconfig.8')
-rw-r--r--man8/ldconfig.830
1 files changed, 15 insertions, 15 deletions
diff --git a/man8/ldconfig.8 b/man8/ldconfig.8
index 5bbfd86..1b51742 100644
--- a/man8/ldconfig.8
+++ b/man8/ldconfig.8
@@ -5,7 +5,7 @@
.\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" Change listed order of /usr/lib and /lib
-.TH ldconfig 8 2023-03-11 "Linux man-pages 6.05.01"
+.TH ldconfig 8 2023-10-31 "Linux man-pages 6.7"
.SH NAME
ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS
@@ -49,7 +49,7 @@ while
and
.I /usr/lib64
are used for 64-bit libraries.
-.PP
+.P
The cache is used by the run-time linker,
.I ld.so
or
@@ -63,7 +63,7 @@ determining which versions should have their links updated.
.B \%ldconfig
should normally be run by the superuser as it may require write
permission on some root owned directories and files.
-.PP
+.P
.B \%ldconfig
will look only at files that are named
.I lib*.so*
@@ -78,20 +78,20 @@ like this example,
where the middle file
.RB ( libfoo.so.1
here) is the SONAME for the library:
-.PP
+.P
.in +4n
.EX
libfoo.so \-> libfoo.so.1 \-> libfoo.so.1.12
.EE
.in
-.PP
+.P
Failure to follow this pattern may result in compatibility issues
after an upgrade.
.SH OPTIONS
.TP
-.BI \-c\~ fmt
-.TQ
.BI \-\-format= fmt
+.TQ
+.BI \-c\~ fmt
(Since glibc 2.2)
.\" commit 45eca4d141c047950db48c69c8941163d0a61fcd
Use cache format
@@ -121,9 +121,9 @@ Use
instead of
.IR /etc/ld.so.conf .
.TP
-.B \-i
-.TQ
.B \-\-ignore\-aux\-cache
+.TQ
+.B \-i
(Since glibc 2.7)
.\" commit 27d9ffda17df4d2388687afd12897774fde39bcc
Ignore auxiliary cache file.
@@ -148,9 +148,9 @@ Unless
is also specified,
links are still updated.
.TP
-.B \-p
-.TQ
.B \-\-print\-cache
+.TQ
+.B \-p
Print the lists of directories and candidate libraries stored in
the current cache.
.TP
@@ -159,18 +159,18 @@ Change to and use
.I root
as the root directory.
.TP
-.B \-v
-.TQ
.B \-\-verbose
+.TQ
+.B \-v
Verbose mode.
Print current version number,
the name of each directory as it is scanned,
and any links that are created.
Overrides quiet mode.
.TP
-.B \-V
-.TQ
.B \-\-version
+.TQ
+.B \-V
Print program version.
.TP
.B \-X