Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 18:45:49 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366946 - head/share/man/man9
Message-ID:  <202010221845.09MIjndI094207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Thu Oct 22 18:45:49 2020
New Revision: 366946
URL: https://svnweb.freebsd.org/changeset/base/366946

Log:
  socket(9): Remove duplicate word 'is is'
  
  MFC after:	1 week

Modified:
  head/share/man/man9/socket.9

Modified: head/share/man/man9/socket.9
==============================================================================
--- head/share/man/man9/socket.9	Thu Oct 22 18:00:07 2020	(r366945)
+++ head/share/man/man9/socket.9	Thu Oct 22 18:45:49 2020	(r366946)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010221845.09MIjndI094207>