bc: Fix a typo (missing quotes) in explanation

This commit is contained in:
Xi Ruoyao 2025-08-06 09:52:56 +08:00
parent 28832308d2
commit 41822a4ac4
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -49,7 +49,7 @@
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>CC=gcc -std=c99</parameter></term>
<term><parameter>CC='gcc -std=c99'</parameter></term>
<listitem>
<para>This parameter specifies the compiler and C standard to use.</para>
</listitem>