typo. s/Fa getaddrinfo/Fn getaddrinfo/. sync with kame.
This commit is contained in:
parent
f69808cddd
commit
3f0f0ab67d
|
@ -1,5 +1,5 @@
|
|||
.\" $NetBSD: getaddrinfo.3,v 1.14 2000/07/25 04:39:54 itojun Exp $
|
||||
.\" $KAME: getaddrinfo.3,v 1.20 2000/07/25 04:36:52 itojun Exp $
|
||||
.\" $NetBSD: getaddrinfo.3,v 1.15 2000/07/25 04:51:27 itojun Exp $
|
||||
.\" $KAME: getaddrinfo.3,v 1.21 2000/07/25 04:49:42 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1987, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -311,7 +311,7 @@ while you set
|
|||
.Fa ai_socktype
|
||||
to
|
||||
.Dv SOCK_RAW ,
|
||||
.Fa getaddrinfo
|
||||
.Fn getaddrinfo
|
||||
will raise error, because service names are not defined for the internet
|
||||
.Dv SOCK_RAW
|
||||
space.
|
||||
|
|
Loading…
Reference in New Issue