Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 06:09:01 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r265947 - stable/10/share/man/man4
Message-ID:  <201405130609.s4D691ni093524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue May 13 06:09:01 2014
New Revision: 265947
URL: http://svnweb.freebsd.org/changeset/base/265947

Log:
  MFC r264216, r265817, r265822:
  
  Add man page for udplite(4).

Added:
  stable/10/share/man/man4/udplite.4
     - copied, changed from r264215, head/share/man/man4/udplite.4
Modified:
  stable/10/share/man/man4/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/Makefile
==============================================================================
--- stable/10/share/man/man4/Makefile	Tue May 13 06:05:53 2014	(r265946)
+++ stable/10/share/man/man4/Makefile	Tue May 13 06:09:01 2014	(r265947)
@@ -511,6 +511,7 @@ MAN=	aac.4 \
 	udav.4 \
 	udbp.4 \
 	udp.4 \
+	udplite.4 \
 	uep.4 \
 	ufm.4 \
 	ufoma.4 \

Copied and modified: stable/10/share/man/man4/udplite.4 (from r264215, head/share/man/man4/udplite.4)
==============================================================================
--- head/share/man/man4/udplite.4	Mon Apr  7 01:57:51 2014	(r264215, copy source)
+++ stable/10/share/man/man4/udplite.4	Tue May 13 06:09:01 2014	(r265947)
@@ -35,7 +35,7 @@
 .In sys/socket.h
 .In netinet/udplite.h
 .Ft int
-.Fn socket AF_INET SOCK_STREAM IPPROTO_UDPLITE
+.Fn socket AF_INET SOCK_DGRAM IPPROTO_UDPLITE
 .Sh DESCRIPTION
 The
 .Tn UDP-Lite
@@ -52,7 +52,7 @@ supports a number of socket options whic
 .Xr setsockopt 2
 and tested with
 .Xr getsockopt 2 :
-.Bl -tag -width ".Dv SCTP_SET_PEER_PRIMARY_ADDR"
+.Bl -tag -width ".Dv UDPLITE_SEND_CSCOV"
 .It Dv UDPLITE_SEND_CSCOV
 This option sets the sender checksum coverage.
 A value of zero indicates that the entire packet



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