blob: c6fac07a204b80dde26e9772d36c58ba7311ce26 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001.\" sockaddr - list address resolution.
2.\" Copyright (c) 2010 David Sugar <dyfet@gnutelephony.org>
3.\"
4.\" This manual page is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; either version 3 of the License, or
7.\" (at your option) any later version.
8.\"
9.\" This program is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
14.\" You should have received a copy of the GNU General Public License
15.\" along with this program; if not, write to the Free Software
16.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17.\"
18.\" This manual page is written especially for Debian GNU/Linux.
19.\"
20.TH sockaddr "1" "January 2010" "GNU uCommon" "GNU Telephony"
21.SH NAME
22sockaddr \- list address resolution.
23.SH SYNOPSIS
24.B sockaddr
25.RI [ options ]
26.I host
27.I service
28.br
29.SH DESCRIPTION
30This command lists out the resolved (lookup) addresses for a given host
31and service name combination. If multiple addresses are returned by
32the resolver, each valid address is listed. Services can be specified by
33name or port number.
34.SH OPTIONS
35.TP
36.B \-\-udp
37Lookup a udp service.
38.TP
39.B \-\-help
40Outputs help screen for the user.
41.SH AUTHOR
42.B sockaddr
43was written by David Sugar <dyfet@gnutelephony.org>.
44.SH "REPORTING BUGS"
45Report bugs to bug-commoncpp@gnu.org.
46.SH COPYRIGHT
47Copyright \(co 2009 David Sugar, Tycho Softworks.
48.br
49This is free software; see the source for copying conditions. There is NO
50warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
51PURPOSE.
52
53