Add some literal tags where needed.

This commit is contained in:
Marc Fonvieille 2008-07-08 15:16:57 +00:00
parent d98844a3cd
commit c09d346c5b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32503

View file

@ -1378,8 +1378,8 @@ Enter secret pass phrase: <userinput>&lt;secret password&gt;</userinput>
<command>inetd</command> started. The
<literal>address</literal> can be a valid hostname, an
<acronym>IP</acronym> address or an IPv6 address enclosed in
brackets ([&nbsp;]). The action field can be either allow
or deny to grant or deny access appropriately. Keep in mind
brackets ([&nbsp;]). The <literal>action</literal> field can be either <literal>allow</literal>
or <literal>deny</literal> to grant or deny access appropriately. Keep in mind
that configuration works off a first rule match semantic,
meaning that the configuration file is scanned in ascending
order for a matching rule. When a match is found the rule
@ -1473,7 +1473,7 @@ ALL : .example.com \
<filename>/var/log/connections.log</filename> file.</para>
<para>Aside from the already explained substitution characters
above, e.g. %a, a few others exist. See the
above, e.g. <literal>%a</literal>, a few others exist. See the
&man.hosts.access.5; manual page for the complete list.</para>
</sect3>