@@ -159,7 +159,7 @@ Changes compared to 0.13:
159159* Rewrite section indices in symbol tables. This for instance allows
160160 gdb to show proper backtraces.
161161
162- * Added `--remove-needed' option.
162+ * Added ` --remove-needed ` option.
163163
164164## 0.6 (November 7, 2011)
165165
@@ -175,7 +175,7 @@ Changes compared to 0.13:
175175
176176* Various bugfixes.
177177
178- * ` --force-rpath' now deletes the ` DT_RUNPATH` if it is present.
178+ * ` --force-rpath ` now deletes the ` DT_RUNPATH ` if it is present.
179179
180180## 0.4 (June 4, 2008)
181181
@@ -185,18 +185,18 @@ Changes compared to 0.13:
185185
186186* FreeBSD support.
187187
188- * ` --set-rpath' , ` --shrink-rpath' and `--print-rpath' now prefer
188+ * ` --set-rpath ` , ` --shrink-rpath ` and ` --print-rpath ` now prefer
189189 ` DT_RUNPATH ` over ` DT_RPATH ` , which is obsolete. When updating, if both
190190 are present, both are updated. If only ` DT_RPATH ` is present, it is
191- converted to ` DT_RUNPATH ` unless `--force-rpath' is specified. If
192- neither is present, a ` DT_RUNPATH ` is added unless `--force-rpath' is
191+ converted to ` DT_RUNPATH ` unless ` --force-rpath ` is specified. If
192+ neither is present, a ` DT_RUNPATH ` is added unless ` --force-rpath ` is
193193 specified, in which case a ` DT_RPATH ` is added.
194194
195195## 0.3 (May 24, 2007)
196196
197- * Support for 64-bit ELF binaries (such as on x86_64-linux).
197+ * Support for 64-bit ELF binaries (such as on ` x86_64-linux ` ).
198198
199- * Support for big-endian ELF binaries (such as on powerpc-linux).
199+ * Support for big-endian ELF binaries (such as on ` powerpc-linux ` ).
200200
201201* Various bugfixes.
202202
0 commit comments