From owner-svn-src-all@FreeBSD.ORG Thu Mar 8 15:27:30 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 501B8106564A; Thu, 8 Mar 2012 15:27:30 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3A99C8FC14; Thu, 8 Mar 2012 15:27:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q28FRUJK050524; Thu, 8 Mar 2012 15:27:30 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q28FRUSm050522; Thu, 8 Mar 2012 15:27:30 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201203081527.q28FRUSm050522@svn.freebsd.org> From: Ed Maste Date: Thu, 8 Mar 2012 15:27:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232695 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2012 15:27:30 -0000 Author: emaste Date: Thu Mar 8 15:27:29 2012 New Revision: 232695 URL: http://svn.freebsd.org/changeset/base/232695 Log: Correct markup, use proper reference for sysctl(3) Submitted by: brueffer@ Modified: head/share/man/man4/tcp.4 Modified: head/share/man/man4/tcp.4 ============================================================================== --- head/share/man/man4/tcp.4 Thu Mar 8 13:00:49 2012 (r232694) +++ head/share/man/man4/tcp.4 Thu Mar 8 15:27:29 2012 (r232695) @@ -256,8 +256,10 @@ or the internal send buffer is filled. This option enables the use of MD5 digests (also known as TCP-MD5) on writes to the specified socket. Outgoing traffic is digested; -digests on incoming traffic are verified -if the net.inet.tcp.signature_verify_input sysctl is nonzero. +digests on incoming traffic are verified if the +.Va net.inet.tcp.signature_verify_input +.Xr sysctl 3 +is nonzero. The current default behavior for the system is to respond to a system advertising this option with TCP-MD5; this may change. .Pp