*smack* ;)

You can't put a <varname> inside a <filename>.
This commit is contained in:
Murray Stokely 2001-08-10 01:06:45 +00:00
parent c393928208
commit 126c118090
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10281

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.75 2001/08/09 23:42:29 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.76 2001/08/10 00:14:55 logo Exp $
-->
<chapter id="advanced-networking">
@ -830,14 +830,14 @@ nfs_client_flags="-n 4"</programlisting>
<itemizedlist>
<listitem><para>Someone cd's into
<filename>/host/<varname>${HOSTNAME}</varname>/exported_filesystem</filename>.</para></listitem>
<filename>/host/${HOSTNAME}/exported_filesystem</filename>.</para></listitem>
<listitem><para>AMD recieves the lookup request, and takes the
<varname>${HOSTNAME}</varname> token.</para></listitem>
<listitem><para>AMD attempts to resolve the <varname>HOSTNAME</varname>
<listitem><para>AMD attempts to resolve the HOSTNAME
token, and map any exports on the server into the
<filename>/host/<varname>${HOSTNAME}</varname>/</filename> directory.</para></listitem>
<filename>/host/${HOSTNAME}/</filename> directory.</para></listitem>
</itemizedlist>
<para>Setting up amd is actually quite simple, perhaps deceptively