diff options
author | ru <ru@FreeBSD.org> | 2006-10-28 13:05:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-28 13:05:10 +0000 |
commit | e80cd771cbf070c71d90d13bb7106e6872bac8ef (patch) | |
tree | 5be9c0f45b2af0f47642aad27f5881c6aca454ce /lib/libc | |
parent | 75889b9911c71649613181843f376aa06e168770 (diff) | |
download | FreeBSD-src-e80cd771cbf070c71d90d13bb7106e6872bac8ef.zip FreeBSD-src-e80cd771cbf070c71d90d13bb7106e6872bac8ef.tar.gz |
Add missing markup bits.
Submitted by: Emil Mikulic
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 28877f1..d7401a1 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -299,5 +299,7 @@ The string returned by .Fn inet_ntoa resides in a static memory area. .Pp -Inet_addr should return a +The +.Fn inet_addr +function should return a .Fa struct in_addr . |