diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-16 23:50:09 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-16 23:50:09 +0000 |
commit | 78f5b404236c31c4d10da5db10db573cc77e2c7c (patch) | |
tree | a7c428d468bea526fe1edf8dc624a5b5e9660f6b | |
parent | 4dcaec19a83574e8516ebf8e311e9c9837deb1de (diff) | |
download | FreeBSD-src-78f5b404236c31c4d10da5db10db573cc77e2c7c.zip FreeBSD-src-78f5b404236c31c4d10da5db10db573cc77e2c7c.tar.gz |
MFC r306735:
Add history section to natd(8)
Fix back sentence raised by igor.
PR: 212544
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8104
-rw-r--r-- | sbin/natd/natd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index eadb367..71f971a 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd June 23, 2008 +.Dd October 5, 2016 .Dt NATD 8 .Os .Sh NAME @@ -426,7 +426,7 @@ Options can be divided to several sections. Each section applies to own .Nm instance. -This ability allows to configure one +This ability allows the configuration of one .Nm process for several NAT instances. The first instance that always exists is a "default" instance. @@ -809,6 +809,11 @@ are forwarded to the appropriate router on that interface. .Xr init 8 , .Xr ipfw 8 , .Xr ppp 8 +.Sh HISTORY +The +.Nm +utility appeared in +.Fx 3.0 . .Sh AUTHORS This program is the result of the efforts of many people at different times: |