Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2011 01:07:40 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r217387 - stable/7/share/man/man9
Message-ID:  <201101140107.p0E17eNq069817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart
Date: Fri Jan 14 01:07:39 2011
New Revision: 217387
URL: http://svn.freebsd.org/changeset/base/217387

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/7/share/man/man9/osd.9
     - copied, changed from r216995, head/share/man/man9/osd.9
Modified:
  stable/7/share/man/man9/Makefile
Directory Properties:
  stable/7/share/man/   (props changed)
  stable/7/share/man/man1/   (props changed)
  stable/7/share/man/man3/   (props changed)
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man5/   (props changed)
  stable/7/share/man/man7/   (props changed)
  stable/7/share/man/man8/   (props changed)
  stable/7/share/man/man9/   (props changed)

Modified: stable/7/share/man/man9/Makefile
==============================================================================
--- stable/7/share/man/man9/Makefile	Fri Jan 14 00:57:13 2011	(r217386)
+++ stable/7/share/man/man9/Makefile	Fri Jan 14 01:07:39 2011	(r217387)
@@ -157,6 +157,7 @@ MAN=	accept_filter.9 \
 	mtx_pool.9 \
 	mutex.9 \
 	namei.9 \
+	osd.9 \
 	panic.9 \
 	pbuf.9 \
 	p_candebug.9 \

Copied and modified: stable/7/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/7/share/man/man9/osd.9	Fri Jan 14 01:07:39 2011	(r217387)
@@ -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
@@ -378,7 +378,7 @@ terminates prematurely and returns the m
 .Sh HISTORY
 The
 Object Specific Data (OSD) facility first appeared in
-.Fx 8.0 .
+.Fx 7.3 .
 .Sh AUTHORS
 .An -nosplit
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101140107.p0E17eNq069817>