diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 3e208fe02..d0fa5620e 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -52,7 +52,7 @@ program is not already in $PATH. The following addition will correct this.</para> -<screen>echo '#define YYENABLE_NLS 1' >> config.h</screen> +<screen><userinput>echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> <para>Compile the package:</para> |