diff options
author | ru <ru@FreeBSD.org> | 2006-12-04 20:34:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-04 20:34:25 +0000 |
commit | f1573baff370a720a3127e33a066f9466f44ff39 (patch) | |
tree | 7e2ba7200dd4f1a6f0f0e1b06c364bf4fb186717 | |
parent | 4a03338d88fd664123a4977abbdd93f46d9f0758 (diff) | |
download | FreeBSD-src-f1573baff370a720a3127e33a066f9466f44ff39.zip FreeBSD-src-f1573baff370a720a3127e33a066f9466f44ff39.tar.gz |
Grammar.
OK'ed by: sam
-rw-r--r-- | lib/libc/sys/close.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index c355d2d..77a860b 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -119,7 +119,7 @@ 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 shutdown by the peer +The underlying object was a stream socket that was shut down by the peer before all pending data was delivered. .El .Sh SEE ALSO |