diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 21af0750c..6979b0a62 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -66,11 +66,11 @@ EOF
ru_RU.KOI8-R user would need the following in the options portion of its
mount line in /etc/fstab:
-noauto,user,quiet,showexec,iocharset=koi8r,codepage=866
+noauto,user,quiet,showexec,iocharset=koi8r,codepage=866The corresponding options fragment for ru_RU.UTF-8 users is:
-noauto,user,quiet,showexec,iocharset=utf8,codepage=866
+noauto,user,quiet,showexec,iocharset=utf8,codepage=866In the latter case, the kernel emits the following message:
@@ -86,10 +86,10 @@ EOF
It is also possible to specify default codepage and iocharset values for
some filesystems during kernel configuration. The relevant parameters
are named
- Default NLS Option (CONFIG_NLS_DEFAULT),
- Default Remote NLS Option (CONFIG_SMB_NLS_DEFAULT),
- Default codepage for FAT (CONFIG_FAT_DEFAULT_CODEPAGE), and
- Default iocharset for FAT (CONFIG_FAT_DEFAULT_IOCHARSET).
+ Default NLS Option (,
+ Default Remote NLS Option (),
+ Default codepage for FAT (), and
+ Default iocharset for FAT ().
There is no way to specify these settings for the
ntfs filesystem at kernel compilation time.