diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-12-23 18:35:49 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-12-23 18:35:49 +0000 |
| commit | 053a988497342a6fd0a717cc097d09c23f83e103 (patch) | |
| tree | df58247761148ee63b0e63cdaf1680d791ca8933 /lib/libsys/close.2 | |
| parent | 893839b119880d3fe8ab18aba4563af6c80cb875 (diff) | |
Diffstat (limited to 'lib/libsys/close.2')
| -rw-r--r-- | lib/libsys/close.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libsys/close.2 b/lib/libsys/close.2 index 83f8604a4a22..91a7a902d70d 100644 --- a/lib/libsys/close.2 +++ b/lib/libsys/close.2 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 1, 2017 +.Dd December 18, 2024 .Dt CLOSE 2 .Os .Sh NAME @@ -111,9 +111,6 @@ is not an active descriptor. An interrupt was received. .It Bq Er ENOSPC The underlying object did not fit, cached data was lost. -.It Bq Er ECONNRESET -The underlying object was a stream socket that was shut down by the peer -before all pending data was delivered. .El .Pp In case of any error except |
