--- The amendment of doc/README.install in the ayame-0.1.tar.gz(2001.12.25) --- In B. 3) of English Installation Manual in ayame-0.1.tar.gz(README.install), there is a wrong command example as follows: $ cd /usr/src # gzip -dc /usr/src/ayame/patch/sys152-distix20011019.patch.gz | patch -p1 To apply this patch file correctly, you should use the following command: $ cd /usr/src/sys # gzip -dc /usr/src/ayame/patch/sys152-distix20011019.patch.gz | patch -p0