summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-17 22:43:18 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-30 22:46:37 +0200
commitfed449894668ca9306290e939107984af0604cb9 (patch)
tree5c654d7fc00e2c3d627ac46b3c6198be2a138b45
parentbd4686f967de07ad96042c8433a060a3a6920671 (diff)
man8/: srcfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man8/ld.so.813
-rw-r--r--man8/nscd.82
2 files changed, 9 insertions, 6 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 900f3a9b9..1c4458729 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -38,7 +38,10 @@ The program
handles a.out binaries, a binary format used long ago.
The program
.B ld\-linux.so*
-(\fI/lib/ld\-linux.so.1\fP for libc5, \fI/lib/ld\-linux.so.2\fP for glibc2)
+.RI ( /lib/ld\-linux.so.1
+for libc5,
+.I /lib/ld\-linux.so.2
+for glibc2)
handles binaries that are in the more modern ELF format.
Both programs have the same behavior, and use the same
support files and programs
@@ -193,7 +196,7 @@ set from a shell,
to prevent their expansion as shell or environment variables.
.SH OPTIONS
.TP
-.BR \-\-argv0 " \fIstring\fP (since glibc 2.33)"
+.BR \-\-argv0 " \f[I]string\f[] (since glibc 2.33)"
Set
.I argv[0]
to the value
@@ -242,7 +245,7 @@ List all dependencies and how they are resolved.
Print the names and values of all tunables,
along with the minimum and maximum allowed values.
.TP
-.BR \-\-preload " \fIlist\fP (since glibc 2.30)"
+.BR \-\-preload " \f[I]list\f[] (since glibc 2.30)"
Preload the objects specified in
.IR list .
The objects in
@@ -333,7 +336,7 @@ the shared objects required by
.IP
.in +4n
.EX
-$ \fBLD_ASSUME_KERNEL=2.2.5 ./myprog\fP
+.RB $ " LD_ASSUME_KERNEL=2.2.5 ./myprog"
.EE
.in
.IP
@@ -388,7 +391,7 @@ subdirectory below the directory containing the program to be executed:
.IP
.in +4n
.EX
-$ \fBLD_LIBRARY_PATH=\[aq]$ORIGIN/$LIB\[aq] prog\fP
+.RB $ " LD_LIBRARY_PATH=\[aq]$ORIGIN/$LIB\[aq] prog"
.EE
.in
.IP
diff --git a/man8/nscd.8 b/man8/nscd.8
index 557d35a4e..a6fe2db51 100644
--- a/man8/nscd.8
+++ b/man8/nscd.8
@@ -73,7 +73,7 @@ invalidates its cache:
.PP
.in +4n
.EX
-$ \fBnscd \-i\fP \fI<database>\fP
+.RB $ " nscd \-i \f[I]<database>\f[]"
.EE
.in
.SH SEE ALSO