svn commit: r362721 - stable/12/share/man/man9
Gordon Bergling
gbe at FreeBSD.org
Sun Jun 28 14:02:50 UTC 2020
Author: gbe (doc committer)
Date: Sun Jun 28 14:02:49 2020
New Revision: 362721
URL: https://svnweb.freebsd.org/changeset/base/362721
Log:
MFC r360459: Add a HISTORY section to domain(9).
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D24150
Modified:
stable/12/share/man/man9/domain.9
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/man/man9/domain.9
==============================================================================
--- stable/12/share/man/man9/domain.9 Sun Jun 28 11:12:03 2020 (r362720)
+++ stable/12/share/man/man9/domain.9 Sun Jun 28 14:02:49 2020 (r362721)
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 1, 2016
+.Dd April 29, 2020
.Dt DOMAIN 9
.Os
.Sh NAME
@@ -236,6 +236,18 @@ the default protocol may be returned for
types if the domain has a default raw protocol.
.Sh SEE ALSO
.Xr socket 2
+.Sh HISTORY
+The functions
+.Fn domain_add ,
+.Fn pfctlinput ,
+.Fn pfctlinput2 ,
+.Fn pffinddomain ,
+.Fn pffindproto ,
+.Fn pffindtype
+and
+.Fn DOMAIN_SET
+first appeared in
+.Fx 4.4 .
.Sh AUTHORS
This manual page was written by
.An Chad David Aq Mt davidc at acns.ab.ca .
More information about the svn-src-stable-12
mailing list