diff options
Diffstat (limited to 'lib/libc/net/inet.3')
-rw-r--r-- | lib/libc/net/inet.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 21d0d71..28877f1 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -94,7 +94,7 @@ as held in a character string) to network format (usually a .Ft struct in_addr or some other internal binary representation, in network byte order). It returns 1 if the address was valid for the specified address family, or -0 if the address wasn't parseable in the specified address family, or -1 +0 if the address was not parseable in the specified address family, or -1 if some system error occurred (in which case .Va errno will have been set). |