diff options
author | maxim <maxim@FreeBSD.org> | 2007-12-14 14:34:26 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-12-14 14:34:26 +0000 |
commit | 1eb231d8e9b79058a3bd5cb32db57fbcbb48d388 (patch) | |
tree | fcc95ea0b127cb5e37eaa240d23b2064517b7ad0 /sbin | |
parent | 13249770e7fbd904efe81c117fa1908ce8e6a6fb (diff) | |
download | FreeBSD-src-1eb231d8e9b79058a3bd5cb32db57fbcbb48d388.zip FreeBSD-src-1eb231d8e9b79058a3bd5cb32db57fbcbb48d388.tar.gz |
o Markup and grammar fixes.
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 d247280..04f3f04 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 |