From owner-svn-src-head@FreeBSD.ORG Tue Feb 22 10:09:34 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E4411065672; Tue, 22 Feb 2011 10:09:34 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8CDC68FC16; Tue, 22 Feb 2011 10:09:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1MA9YKY004701; Tue, 22 Feb 2011 10:09:34 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1MA9Yp8004699; Tue, 22 Feb 2011 10:09:34 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <201102221009.p1MA9Yp8004699@svn.freebsd.org> From: Lawrence Stewart Date: Tue, 22 Feb 2011 10:09:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r218945 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 10:09:34 -0000 Author: lstewart Date: Tue Feb 22 10:09:34 2011 New Revision: 218945 URL: http://svn.freebsd.org/changeset/base/218945 Log: Use a single list to simplify future maintenance and ensure all list items are aligned the same (no functional change at the moment as both list items are the same number of characters). Sponsored by: FreeBSD Foundation MFC after: 3 months X-MFC with: 218912 Modified: head/share/man/man4/cc.4 Modified: head/share/man/man4/cc.4 ============================================================================== --- head/share/man/man4/cc.4 Tue Feb 22 09:11:47 2011 (r218944) +++ head/share/man/man4/cc.4 Tue Feb 22 10:09:34 2011 (r218945) @@ -65,8 +65,6 @@ MIB: .Bl -tag -width ".Va available" .It Va available Read-only list of currently available congestion control algorithms by name. -.El -.Bl -tag -width ".Va algorithm" .It Va algorithm Returns the current default congestion control algorithm when read, and changes the default when set.