diff options
Diffstat (limited to 'lib/libc/net/sockatmark.3')
-rw-r--r-- | lib/libc/net/sockatmark.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/net/sockatmark.3 b/lib/libc/net/sockatmark.3 index da073c0..61a1a9f 100644 --- a/lib/libc/net/sockatmark.3 +++ b/lib/libc/net/sockatmark.3 @@ -94,10 +94,14 @@ The call fails if: .Bl -tag -width Er .It Bq Er EBADF +The .Fa s +argument is not a valid descriptor. .It Bq Er ENOTTY +The .Fa s +argument is a descriptor for a file, not a socket. .El .Sh SEE ALSO |