diff options
Diffstat (limited to 'lib/libc/net/addr2ascii.3')
| -rw-r--r-- | lib/libc/net/addr2ascii.3 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3 index ced73497c4e8..b9f6fa9022d2 100644 --- a/lib/libc/net/addr2ascii.3 +++ b/lib/libc/net/addr2ascii.3 @@ -12,7 +12,7 @@  .\" no representations about the suitability of this software for any  .\" purpose.  It is provided "as is" without express or implied  .\" warranty. -.\"  +.\"  .\" THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''.  M.I.T. DISCLAIMS  .\" ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE,  .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF @@ -146,7 +146,7 @@ inet_ntoa(struct in_addr addr)  int  inet_aton(const char *ascii, struct in_addr *addr)  { -	return (ascii2addr(AF_INET, ascii, addr)  +	return (ascii2addr(AF_INET, ascii, addr)  	    == sizeof(*addr));  }  .Ed | 
