Add some literal tags where needed.
This commit is contained in:
parent
d98844a3cd
commit
c09d346c5b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32503
1 changed files with 3 additions and 3 deletions
|
@ -1378,8 +1378,8 @@ Enter secret pass phrase: <userinput><secret password></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 ([ ]). The action field can be either allow
|
||||
or deny to grant or deny access appropriately. Keep in mind
|
||||
brackets ([ ]). 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue