svn commit: r367202 - stable/12/share/man/man9

Gordon Bergling gbe at FreeBSD.org
Sat Oct 31 12:39:23 UTC 2020


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


More information about the svn-src-stable mailing list