mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
.DV -> .Dv (SOCK_STREAM was invisible).
This commit is contained in:
parent
246537139a
commit
35ecc2f917
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue