binutils/ld: Don't add /usr/lib to the library search path twice.
[dragonfly.git] / usr.sbin / i4b / isdnphone / isdnphone.8
1 .\"
2 .\" Copyright (c) 1999, 2001 Hellmuth Michaelis. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\"     $Id: isdnphone.8,v 1.4 1999/12/13 22:11:55 hm Exp $
26 .\"
27 .\" $FreeBSD: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.5.2.2 2001/12/16 15:13:38 hm Exp $
28 .\" $DragonFly: src/usr.sbin/i4b/isdnphone/isdnphone.8,v 1.3 2007/05/17 08:19:03 swildner Exp $
29 .\"
30 .\"     last edit-date: [Mon Dec 13 23:05:19 1999]
31 .\"
32 .\"
33 .Dd March 24, 1999
34 .Dt ISDNPHONE 8
35 .Os
36 .Sh NAME
37 .Nm isdnphone
38 .Nd telephone dialing and more for isdn4bsd
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl d
42 .Op Fl h
43 .Op Fl k Ar string
44 .Op Fl n Ar number
45 .Op Fl u Ar unit
46 .Sh DESCRIPTION
47 .Nm
48 is part of the isdn4bsd package and is used to handle dialing and hangup
49 for the telephone control interfaces /dev/i4bteld<n>.
50 .Pp
51 Options are provided to dial out or hang up using commandline parameters
52 (for use in scripts) or, if none of those options are specified, bring up
53 a curses-based fullscreen interface.
54 .Pp
55 The following options are available:
56 .Bl -tag -width Ds
57 .It Fl d
58 enable debugging message display.
59 .It Fl h
60 hang up a possibly open telephone connection on the selected interface.
61 .It Fl k
62 send the specified string using the keypad facility information element.
63 .It Fl n
64 dial the specified number on the selected interface.
65 .It Fl u
66 Set the unit number to specify the interface used.
67 .El
68 .Sh FILES
69 /dev/i4bteld<n>
70 .Sh EXAMPLES
71 The command:
72 .Bd -literal -offset indent
73 isdnphone -n 1234
74 .Ed
75 .Pp
76 dials calls the number 1234 to establish a call on /dev/i4btel0
77 .Sh AUTHORS
78 The
79 .Nm
80 utility and this manpage were written by
81 .An Hellmuth Michaelis Aq hm@freebsd.org .