Author: gbe (doc committer)
Date: Sat Oct 31 12:39:22 2020
New Revision: 367202
URL: https://svnweb.freebsd.org/changeset/base/367202

Log:
  MFC r366946: socket(9): Remove duplicate word 'is is'

Modified:
  stable/12/share/man/man9/socket.9
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man9/socket.9
==============================================================================
--- stable/12/share/man/man9/socket.9   Sat Oct 31 12:37:26 2020        
(r367201)
+++ stable/12/share/man/man9/socket.9   Sat Oct 31 12:39:22 2020        
(r367202)
@@ -378,7 +378,7 @@ or
 A kernel system can use the
 .Fn sodtor_set
 function to set a destructor for a socket.
-The destructor is called when the socket is is about to be freed.
+The destructor is called when the socket is about to be freed.
 The destructor is called before the protocol detach routine.
 The destructor can serve as a callback to initiate additional cleanup actions.
 .Ss Socket I/O
_______________________________________________
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