svn commit: r218945 - head/share/man/man4

Lawrence Stewart lstewart at FreeBSD.org
Tue Feb 22 10:09:34 UTC 2011


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.


More information about the svn-src-all mailing list