Author: tuexen
Date: Fri Oct 21 18:45:09 2016
New Revision: 307746
URL: https://svnweb.freebsd.org/changeset/base/307746

Log:
  Fix a grammar error.
  
  Reported by:i hiren, vangyzen
  MFC after: 1 month
  X-MFC:        r307727
  Sponsored by: Netflix

Modified:
  head/share/man/man4/tcp.4

Modified: head/share/man/man4/tcp.4
==============================================================================
--- head/share/man/man4/tcp.4   Fri Oct 21 18:27:30 2016        (r307745)
+++ head/share/man/man4/tcp.4   Fri Oct 21 18:45:09 2016        (r307746)
@@ -587,10 +587,10 @@ List of available TCP function blocks (T
 .It Va functions_default
 The default TCP function block (TCP stack).
 .It Va insecure_rst
-Use criterias defined in RFC793 instead of RFC5961 for accepting RST segments.
+Use criteria defined in RFC793 instead of RFC5961 for accepting RST segments.
 Default is false.
 .It Va insecure_syn
-Use criterias defined in RFC793 instead of RFC5961 for accepting SYN segments.
+Use criteria defined in RFC793 instead of RFC5961 for accepting SYN segments.
 Default is false.
 .El
 .Sh ERRORS
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to