Author: kevlo Date: Sat May 10 15:34:32 2014 New Revision: 265822 URL: http://svnweb.freebsd.org/changeset/base/265822
Log: Fix -width argument to Bl -tag. Modified: head/share/man/man4/udplite.4 Modified: head/share/man/man4/udplite.4 ============================================================================== --- head/share/man/man4/udplite.4 Sat May 10 15:21:37 2014 (r265821) +++ head/share/man/man4/udplite.4 Sat May 10 15:34:32 2014 (r265822) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
