From fed449894668ca9306290e939107984af0604cb9 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 17 Jul 2023 22:43:18 +0200 Subject: man8/: srcfix Signed-off-by: Alejandro Colomar --- man8/ld.so.8 | 13 ++++++++----- man8/nscd.8 | 2 +- 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\fP +.RB $ " nscd \-i \f[I]\f[]" .EE .in .SH SEE ALSO -- cgit v1.2.3