From b7440a86c8dab00377163bf300ae79183c3f5b84 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Tue, 20 Mar 2018 22:41:26 +0000 Subject: [PATCH] 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 --- share/man/man4/altq.4 | 15 ++++++++++++--- share/man/man9/altq.9 | 8 ++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/share/man/man4/altq.4 b/share/man/man4/altq.4 index 898dc49dace8..83d80cc31a3e 100644 --- a/share/man/man4/altq.4 +++ b/share/man/man4/altq.4 @@ -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 . diff --git a/share/man/man9/altq.9 b/share/man/man9/altq.9 index 23d2510001d5..76fbad444904 100644 --- a/share/man/man9/altq.9 +++ b/share/man/man9/altq.9 @@ -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 .