Lines Matching +full:documentation +full:- +full:service
6 .\" This documentation is derived from text contributed to The NetBSD
16 .\" documentation and/or other materials provided with the distribution.
41 .Op Fl s Ar service Ns Op Ns / Ns Ar protocol
47 utility resolves host and service names to socket addresses with
49 and prints them to standard output in a user-friendly format.
51 The output is a sequence of lines with space-separated fields:
53 .Dl socket-type address-family protocol [af-specific data ...]
59 address families, the af-specific data are the IP/IPv6 address and port
66 However, it is not intended to be a general-purpose DNS query utility.
72 .Bl -tag -width Ds
93 Treat the service as numeric and do not attempt service name
120 .It Fl s Ar service Ns Op Ns / Ns Ar protocol
121 Specify a service to look up.
125 If a service is not specified, a hostname is required.
141 .Ex -std getaddrinfo
145 .Bd -literal -offset indent
153 The port number here is zero because no service was specified.
158 .Bd -literal -offset indent
159 $ getaddrinfo -c -t stream -s 80 morden.NetBSD.org