svn commit: r331511 - in stable/11/share/man: man4 man9
Sevan Janiyan
sevan at FreeBSD.org
Sun Mar 25 01:03:28 UTC 2018
Author: sevan (doc committer)
Date: Sun Mar 25 01:03:26 2018
New Revision: 331511
URL: https://svnweb.freebsd.org/changeset/base/331511
Log:
MFC r331274
Extend the description of ALTQ to call it a system which is a framework in
altq(4) to match altq(9). This makes preserving the history section as the
author of ALTQ easier in the history section, rather than calling it a framework
in the description & a system in the history.
Add a history section to altq(4) and extend the history section in altq(9)
Modified:
stable/11/share/man/man4/altq.4
stable/11/share/man/man9/altq.9
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/altq.4
==============================================================================
--- stable/11/share/man/man4/altq.4 Sun Mar 25 00:57:00 2018 (r331510)
+++ stable/11/share/man/man4/altq.4 Sun Mar 25 01:03:26 2018 (r331511)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 20, 2017
+.Dd March 20, 2018
.Dt ALTQ 4
.Os
.Sh NAME
@@ -45,7 +45,8 @@
.Sh DESCRIPTION
The
.Nm
-framework provides several disciplines for queuing outgoing network packets.
+system is a framework which provides several disciplines for queuing outgoing
+network packets.
This is done by modifications to the interface packet queues.
See
.Xr altq 9
@@ -59,7 +60,7 @@ utility, so please refer to the
.Xr pfctl 8
and the
.Xr pf.conf 5
-manpages for a complete description of the
+man pages for a complete description of the
.Nm
capabilities and how to use it.
.Ss Kernel Options
@@ -202,3 +203,11 @@ pseudo drivers also do support
.Xr ipfw 8 ,
.Xr pfctl 8 ,
.Xr altq 9
+.Sh HISTORY
+The
+.Nm
+system first appeared in March 1997 and found home in the KAME project
+(http://www.kame.net).
+It was imported to
+.Fx
+in 5.3 .
Modified: stable/11/share/man/man9/altq.9
==============================================================================
--- stable/11/share/man/man9/altq.9 Sun Mar 25 00:57:00 2018 (r331510)
+++ stable/11/share/man/man9/altq.9 Sun Mar 25 01:03:26 2018 (r331511)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 25, 2004
+.Dd March 20, 2018
.Dt ALTQ 9
.Os
.\"
@@ -595,4 +595,8 @@ is called immediately after
.Sh HISTORY
The
.Nm
-system first appeared in March 1997.
+system first appeared in March 1997 and found home in the KAME project
+(http://www.kame.net).
+It was imported to
+.Fx
+in 5.3 .
More information about the svn-src-stable-11
mailing list