diff options
author | Maxim Konovalov <maxim@FreeBSD.org> | 2007-12-14 14:34:26 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@FreeBSD.org> | 2007-12-14 14:34:26 +0000 |
commit | 057c654813dcf46adecb08c9cec3a87c03ee5344 (patch) | |
tree | fcc95ea0b127cb5e37eaa240d23b2064517b7ad0 /sbin | |
parent | 8c0a1e3efe41a57535c7648bd5f702d7409fdd8f (diff) | |
download | src-057c654813dcf46adecb08c9cec3a87c03ee5344.tar.gz src-057c654813dcf46adecb08c9cec3a87c03ee5344.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/natd/natd.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index d24728050a98..04f3f040a583 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -421,16 +421,20 @@ For example, the line is synonymous with .Fl log . .Pp -Options can be divided to several sections. Each section applies to own +Options can be divided to several sections. +Each section applies to own .Nm -instance. This ability allow to configure one +instance. +This ability allows to configure one .Nm -process for several NAT instances. The first instance that always exists is -a "default" instance. Each another instance should begin with +process for several NAT instances. +The first instance that always exists is a "default" instance. +Each another instance should begin with .Pp .Dl instance Ar instance_name .Pp -At the next should be placed a configuration option. Example: +At the next should be placed a configuration option. +Example: .Pp .Dl \&# default instance .Dl port 8668 |