diff options
author | Bruce Evans <bde@FreeBSD.org> | 1996-09-28 13:32:35 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-28 13:32:35 +0000 |
commit | 35ecc2f917e99fe80085eed14c3acd22ec38bb5c (patch) | |
tree | 5e18a0828d1e51759159427e97b199215d674457 /lib/libc/sys/write.2 | |
parent | 246537139a38bc8ba230bd80f51c77f9779bb502 (diff) |
Notes
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index f290628b43714..bd2fcccee667b 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -181,7 +181,7 @@ An attempt is made to write to a pipe that is not open for reading by any process. .It Bq Er EPIPE An attempt is made to write to a socket of type -.DV SOCK_STREAM +.Dv SOCK_STREAM that is not connected to a peer socket. .It Bq Er EFBIG An attempt was made to write a file that exceeds the process's |