@@ -181,7 +181,7 @@ Changes compared to 0.13:
181181* Rewrite section indices in symbol tables. This for instance allows
182182 gdb to show proper backtraces.
183183
184- * Added `--remove-needed' option.
184+ * Added ` --remove-needed ` option.
185185
186186## 0.6 (November 7, 2011)
187187
@@ -197,7 +197,7 @@ Changes compared to 0.13:
197197
198198* Various bugfixes.
199199
200- * ` --force-rpath' now deletes the ` DT_RUNPATH` if it is present.
200+ * ` --force-rpath ` now deletes the ` DT_RUNPATH ` if it is present.
201201
202202## 0.4 (June 4, 2008)
203203
@@ -207,18 +207,18 @@ Changes compared to 0.13:
207207
208208* FreeBSD support.
209209
210- * ` --set-rpath' , ` --shrink-rpath' and `--print-rpath' now prefer
210+ * ` --set-rpath ` , ` --shrink-rpath ` and ` --print-rpath ` now prefer
211211 ` DT_RUNPATH ` over ` DT_RPATH ` , which is obsolete. When updating, if both
212212 are present, both are updated. If only ` DT_RPATH ` is present, it is
213- converted to ` DT_RUNPATH ` unless `--force-rpath' is specified. If
214- neither is present, a ` DT_RUNPATH ` is added unless `--force-rpath' is
213+ converted to ` DT_RUNPATH ` unless ` --force-rpath ` is specified. If
214+ neither is present, a ` DT_RUNPATH ` is added unless ` --force-rpath ` is
215215 specified, in which case a ` DT_RPATH ` is added.
216216
217217## 0.3 (May 24, 2007)
218218
219- * Support for 64-bit ELF binaries (such as on x86_64-linux).
219+ * Support for 64-bit ELF binaries (such as on ` x86_64-linux ` ).
220220
221- * Support for big-endian ELF binaries (such as on powerpc-linux).
221+ * Support for big-endian ELF binaries (such as on ` powerpc-linux ` ).
222222
223223* Various bugfixes.
224224
0 commit comments