svn commit: r217386 - stable/8/share/man/man9

Lawrence Stewart lstewart at FreeBSD.org
Fri Jan 14 00:57:14 UTC 2011


Author: lstewart
Date: Fri Jan 14 00:57:13 2011
New Revision: 217386
URL: http://svn.freebsd.org/changeset/base/217386

Log:
  MFC r216995,217043:
  
  Add a man page for the Object Specific Data (OSD) KPI.
  
  Although not directly related the FreeBSD Foundation funded "Five New TCP
  Congestion Control Algorithms for FreeBSD" project, the understanding and
  inspiration required to write this documentation was significantly bolstered by
  the Foundation's support.
  
  Reviewed by:	pjd

Added:
  stable/8/share/man/man9/osd.9
     - copied, changed from r216995, head/share/man/man9/osd.9
Modified:
  stable/8/share/man/man9/Makefile
Directory Properties:
  stable/8/share/man/   (props changed)
  stable/8/share/man/man1/   (props changed)
  stable/8/share/man/man3/   (props changed)
  stable/8/share/man/man4/   (props changed)
  stable/8/share/man/man5/   (props changed)
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man8/   (props changed)
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/Makefile
==============================================================================
--- stable/8/share/man/man9/Makefile	Thu Jan 13 23:15:09 2011	(r217385)
+++ stable/8/share/man/man9/Makefile	Fri Jan 14 00:57:13 2011	(r217386)
@@ -173,6 +173,7 @@ MAN=	accept_filter.9 \
 	mutex.9 \
 	namei.9 \
 	netisr.9 \
+	osd.9 \
 	panic.9 \
 	pbuf.9 \
 	p_candebug.9 \

Copied and modified: stable/8/share/man/man9/osd.9 (from r216995, head/share/man/man9/osd.9)
==============================================================================
--- head/share/man/man9/osd.9	Wed Jan  5 11:49:23 2011	(r216995, copy source)
+++ stable/8/share/man/man9/osd.9	Fri Jan 14 00:57:13 2011	(r217386)
@@ -34,7 +34,7 @@
 .Nm osd_deregister ,
 .Nm osd_set ,
 .Nm osd_get ,
-.Nm osd_del,
+.Nm osd_del ,
 .Nm osd_call ,
 .Nm osd_exit
 .Nd Object Specific Data


More information about the svn-src-all mailing list