diff options
author | emaste <emaste@FreeBSD.org> | 2012-03-08 15:27:29 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2012-03-08 15:27:29 +0000 |
commit | 486b631cb38cbd91bd7a8f6ab87a6d0ecdf7a8ac (patch) | |
tree | d6898d5096d308bea0c48160ad974eeb7206d901 /share/man | |
parent | 9941d051197ce4cc73f8eb6e2313477b47edda2f (diff) | |
download | FreeBSD-src-486b631cb38cbd91bd7a8f6ab87a6d0ecdf7a8ac.zip FreeBSD-src-486b631cb38cbd91bd7a8f6ab87a6d0ecdf7a8ac.tar.gz |
Correct markup, use proper reference for sysctl(3)
Submitted by: brueffer@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/tcp.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 01995e3..cd6516a 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -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 |