summaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-21 10:53:59 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-21 10:53:59 +0100
commitcd415e7364fd6cf0a22bd1b86c9122f72bb6a0d4 (patch)
tree7fe22c9c7af940ddc2f11f7b9c7075761f6e131f /man8
parent57c230fdfeef15f81e2729b82ebf6339c7ac4208 (diff)
Various pages: use "\-" to generate real minus in circumstances where appropriate
Use \- for math formulas, pathnames, manual page cross references, etc. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man8')
-rw-r--r--man8/ld.so.82
-rw-r--r--man8/ldconfig.84
2 files changed, 3 insertions, 3 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index b6437d7ba..916035222 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -122,7 +122,7 @@ in the arguments to the
.B ld.so
command line options
.BR \-\-audit ,
-.BR \-\-library-path ,
+.BR \-\-library\-path ,
and
.B \-\-preload
(see below), and
diff --git a/man8/ldconfig.8 b/man8/ldconfig.8
index 852b5d5ca..9bcdb2000 100644
--- a/man8/ldconfig.8
+++ b/man8/ldconfig.8
@@ -60,7 +60,7 @@ are used for 64-bit libraries).
The cache is used by the run-time linker,
.I ld.so
or
-.IR ld-linux.so .
+.IR ld\-linux.so .
.B ldconfig
checks the header and filenames of the libraries it encounters when
determining which versions should have their links updated.
@@ -99,7 +99,7 @@ Note that
will only look at files that are named
.I lib*.so*
(for regular shared objects) or
-.I ld-*.so*
+.I ld\-*.so*
(for the dynamic loader itself).
Other files will be ignored.
Also,