diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-07 11:26:21 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-07 11:26:21 +0000 |
commit | 0479a97b4531b0532ff15de5620c03e38d63532d (patch) | |
tree | 5a36ed9a4928c32d6947cab88c026644cad97880 /en | |
parent | 0e50cd2c6a6bfa6805060361763fb326a6cde4f9 (diff) | |
download | installation-guide-0479a97b4531b0532ff15de5620c03e38d63532d.zip |
Remove weird \000 in resolv.conf example
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/chroot-install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index 8370f9bc9..5d3862e1f 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -343,10 +343,10 @@ Enter your nameserver(s) and search directives in # editor /etc/resolv.conf </screen></informalexample> -A simple <filename>/etc/resolv.conf</filename>: +A simple example <filename>/etc/resolv.conf</filename>: <informalexample><screen> -search hqdom.local\000 +search hqdom.local nameserver 10.1.1.36 nameserver 192.168.9.100 </screen></informalexample> |