Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 23:51:15 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r307443 - stable/11/sbin/natd
Message-ID:  <201610162351.u9GNpFLl031967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer)
Date: Sun Oct 16 23:51:15 2016
New Revision: 307443
URL: https://svnweb.freebsd.org/changeset/base/307443

Log:
  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

Modified:
  stable/11/sbin/natd/natd.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/natd/natd.8
==============================================================================
--- stable/11/sbin/natd/natd.8	Sun Oct 16 23:50:09 2016	(r307442)
+++ stable/11/sbin/natd/natd.8	Sun Oct 16 23:51:15 2016	(r307443)
@@ -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 sectio
 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 
 .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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610162351.u9GNpFLl031967>