From owner-svn-src-all@FreeBSD.ORG Thu Dec 25 15:17:59 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C8A54D7; Thu, 25 Dec 2014 15:17:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 185E51FFA; Thu, 25 Dec 2014 15:17:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPFHwkB062487; Thu, 25 Dec 2014 15:17:58 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPFHwLf062484; Thu, 25 Dec 2014 15:17:58 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201412251517.sBPFHwLf062484@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 25 Dec 2014 15:17:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276201 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 15:17:59 -0000 Author: kevlo Date: Thu Dec 25 15:17:57 2014 New Revision: 276201 URL: https://svnweb.freebsd.org/changeset/base/276201 Log: Replace CC_VAR with CCV, since the CC_VAR macro doesn't exist. While here, add MLINK for CCV.9 and DECLARE_CC_MODULE.9. Modified: head/share/man/man9/Makefile head/share/man/man9/mod_cc.9 Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Thu Dec 25 14:44:04 2014 (r276200) +++ head/share/man/man9/Makefile Thu Dec 25 15:17:57 2014 (r276201) @@ -1080,6 +1080,8 @@ MLINKS+=microuptime.9 binuptime.9 \ microuptime.9 sbinuptime.9 MLINKS+=mi_switch.9 cpu_switch.9 \ mi_switch.9 cpu_throw.9 +MLINKS+=mod_cc.9 CCV.9 \ + mod_cc.9 DECLARE_CC_MODULE.9 MLINKS+=mtx_pool.9 mtx_pool_alloc.9 \ mtx_pool.9 mtx_pool_create.9 \ mtx_pool.9 mtx_pool_destroy.9 \ Modified: head/share/man/man9/mod_cc.9 ============================================================================== --- head/share/man/man9/mod_cc.9 Thu Dec 25 14:44:04 2014 (r276200) +++ head/share/man/man9/mod_cc.9 Thu Dec 25 15:17:57 2014 (r276201) @@ -31,19 +31,19 @@ .\" .\" $FreeBSD$ .\" -.Dd September 15, 2011 +.Dd December 25, 2014 .Dt MOD_CC 9 .Os .Sh NAME .Nm mod_cc , .Nm DECLARE_CC_MODULE , -.Nm CC_VAR +.Nm CCV .Nd Modular Congestion Control .Sh SYNOPSIS .In netinet/cc.h .In netinet/cc/cc_module.h .Fn DECLARE_CC_MODULE "ccname" "ccalgo" -.Fn CC_VAR "ccv" "what" +.Fn CCV "ccv" "what" .Sh DESCRIPTION The .Nm @@ -223,7 +223,7 @@ To aid the eventual transition towards t the transport protocol's data structures is strongly discouraged. However, it is inevitable at the current time to require access to some of these variables, and so the -.Fn CC_VAR +.Fn CCV macro exists as a convenience accessor. The .Fa ccv