diff options
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/changelog.sgml b/chapter01/changelog.sgml index 6e493c5cc..d890c61fb 100644 --- a/chapter01/changelog.sgml +++ b/chapter01/changelog.sgml @@ -70,8 +70,8 @@ installation. </para></listitem> <listitem><para> -Chapter 6: Changed $* into $@ in the yacc script during bison's -installation. $@ allows usage of quoted arguments with blanks. +Chapter 6: Changed $* into "$@" in the yacc script during bison's +installation. "$@" allows usage of quoted arguments with blanks. </para></listitem> </itemizedlist> |