svn commit: r331274 - in head/share/man: man4 man9

Sevan Janiyan sevan at FreeBSD.org
Tue Mar 20 22:41:27 UTC 2018


Author: sevan (doc committer)
Date: Tue Mar 20 22:41:26 2018
New Revision: 331274
URL: https://svnweb.freebsd.org/changeset/base/331274

Log:
  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)
  
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	 https://reviews.freebsd.org/D14774

Modified:
  head/share/man/man4/altq.4
  head/share/man/man9/altq.9

Modified: head/share/man/man4/altq.4
==============================================================================
--- head/share/man/man4/altq.4	Tue Mar 20 22:07:45 2018	(r331273)
+++ head/share/man/man4/altq.4	Tue Mar 20 22:41:26 2018	(r331274)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 28, 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
@@ -195,3 +196,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: head/share/man/man9/altq.9
==============================================================================
--- head/share/man/man9/altq.9	Tue Mar 20 22:07:45 2018	(r331273)
+++ head/share/man/man9/altq.9	Tue Mar 20 22:41:26 2018	(r331274)
@@ -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-all mailing list