doc: Remove improper use of backticks

This commit is contained in:
Josef Kemetmüller
2019-11-26 21:46:07 +01:00
parent ad80b0a4c3
commit 060c3311bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -244,7 +244,7 @@
</question>
<answer>
<para>
Many packages assume that an unprefixed <command>ar</command> is available, but Nix doesn't provide one. It only provides a prefixed one, just as it only does for all the other binutils programs. It may be necessary to patch the package to fix the build system to use a prefixed `ar`.
Many packages assume that an unprefixed <command>ar</command> is available, but Nix doesn't provide one. It only provides a prefixed one, just as it only does for all the other binutils programs. It may be necessary to patch the package to fix the build system to use a prefixed <command>ar</command>.
</para>
</answer>
</qandaentry>