diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-16 23:51:15 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-16 23:51:15 +0000 |
commit | bc6ce6884ad55ffec590959d56c7dffb37b39627 (patch) | |
tree | 73287529045e52fc5b6dc8a994c99052adc08f3c | |
parent | 7a77a24872e38648a9c50c89a9395956835f3c2c (diff) | |
download | FreeBSD-src-bc6ce6884ad55ffec590959d56c7dffb37b39627.zip FreeBSD-src-bc6ce6884ad55ffec590959d56c7dffb37b39627.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 7ccfbf7..a09d632 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. @@ -808,6 +808,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: |