Fixed example syntax.
This commit is contained in:
parent
b88e0cda97
commit
480052eba3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2194
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: firewalls.sgml,v 1.18 1997-08-18 00:03:54 jdp Exp $ -->
|
||||
<!-- $Id: firewalls.sgml,v 1.19 1997-11-22 14:03:24 alex Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>Firewalls<label id="firewalls"></heading>
|
||||
|
@ -409,7 +409,7 @@ If you do not want people sending X sessions to your internal network
|
|||
filtering:
|
||||
|
||||
<tscreen><verb>
|
||||
ipfw add deny from any to my.org/28 6000 setup
|
||||
ipfw add deny tcp from any to my.org/28 6000 setup
|
||||
</verb></tscreen>
|
||||
|
||||
To see the accounting records:
|
||||
|
|
Loading…
Reference in a new issue