]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ldd.1: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Apr 2015 12:47:33 +0000 (14:47 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Apr 2015 12:47:33 +0000 (14:47 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/ldd.1

index c90de77ccd1f8cc4c2e5f4d2cbccbddf55237fa4..941278a1f629e30b9509f8e5e2cec8619601a094 100644 (file)
@@ -54,18 +54,18 @@ A safer alternative when dealing with untrusted executables is:
 Print the version number of
 .BR ldd .
 .TP
-.B \-v\ \-\-verbose
+.BR \-v ", " \-\-verbose
 Print all information, including, for example,
 symbol versioning information.
 .TP
-.B \-u\ \-\-unused
+.BR \-u ", " \-\-unused
 Print unused direct dependencies.
 (Since glibc 2.3.4.)
 .TP
-.B \-d\ \-\-data\-relocs
+.BR \-d ", " \-\-data\-relocs
 Perform relocations and report any missing objects (ELF only).
 .TP
-.B \-r\ \-\-function\-relocs
+.BR \-r ", " \-\-function\-relocs
 Perform relocations for both data objects and functions, and
 report any missing objects or functions (ELF only).
 .TP