From owner-cvs-all@FreeBSD.ORG Thu Oct 7 12:10:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6087016A4CE; Thu, 7 Oct 2004 12:10:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA5A43D55; Thu, 7 Oct 2004 12:10:26 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97CAPLV014436; Thu, 7 Oct 2004 12:10:25 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97CAPC4014435; Thu, 7 Oct 2004 12:10:25 GMT (envelope-from mlaier) Message-Id: <200410071210.i97CAPC4014435@repoman.freebsd.org> From: Max Laier Date: Thu, 7 Oct 2004 12:10:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile altq.4 src/share/man/man9 altq.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 12:10:26 -0000 mlaier 2004-10-07 12:10:25 UTC FreeBSD src repository Modified files: share/man/man4 Makefile share/man/man9 altq.9 Added files: share/man/man4 altq.4 Log: Add a minimal altq.4 manpage to tell about the kernel options and where to find more information. Also move the "SUPPORTED DEVICES" section from altq.9 to altq.4, where is belongs. Requested by: green MFC after: 2 days Revision Changes Path 1.285 +2 -0 src/share/man/man4/Makefile 1.1 +140 -0 src/share/man/man4/altq.4 (new) 1.5 +0 -30 src/share/man/man9/altq.9